diff options
author | Walter Purcaro <vuolter@gmail.com> | 2014-10-17 02:19:08 +0200 |
---|---|---|
committer | Walter Purcaro <vuolter@gmail.com> | 2014-10-17 02:19:08 +0200 |
commit | 078664bc34403bf18e0ae6ea3e0ccba308cf8df6 (patch) | |
tree | d3561bdc7b6577121a79cf686fad7be6247f906e /pyload/webui/themes/default/tml/home.html | |
parent | New theme Estate (diff) | |
download | pyload-078664bc34403bf18e0ae6ea3e0ccba308cf8df6.tar.xz |
[themes] Code cosmetics
Diffstat (limited to 'pyload/webui/themes/default/tml/home.html')
-rw-r--r-- | pyload/webui/themes/default/tml/home.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyload/webui/themes/default/tml/home.html b/pyload/webui/themes/default/tml/home.html index 449499256..2fc7b03ff 100644 --- a/pyload/webui/themes/default/tml/home.html +++ b/pyload/webui/themes/default/tml/home.html @@ -7,7 +7,7 @@ var em; var operafix = (navigator.userAgent.toLowerCase().search("opera") >= 0); document.addEvent("domready", function(){ - em = new EntryManager(); + em = new EntryManager(); }); var EntryManager = new Class({ |