diff options
Diffstat (limited to 'pyload/webui/themes/Next/tml/home.html')
-rw-r--r-- | pyload/webui/themes/Next/tml/home.html | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/pyload/webui/themes/Next/tml/home.html b/pyload/webui/themes/Next/tml/home.html index 57d442bd1..2ff1ad58b 100644 --- a/pyload/webui/themes/Next/tml/home.html +++ b/pyload/webui/themes/Next/tml/home.html @@ -7,21 +7,21 @@ var em; var operafix = (navigator.userAgent.toLowerCase().search("opera") >= 0); document.addEvent("domready", function(){ - em = new EntryManager(); + em = new EntryManager(); }); var EntryManager = new Class({ initialize: function(){ this.json = new Request.JSON({ - url: "json/links", + url: "json/links", secure: false, async: true, - onSuccess: this.update.bind(this), - initialDelay: 0, - delay: 2500, - limit: 30000 - }); - + onSuccess: this.update.bind(this), + initialDelay: 0, + delay: 2500, + limit: 30000 + }); + this.ids = [{% for link in content %} {% if forloop.last %} {{ link.id }} |