summaryrefslogtreecommitdiff
path: root/tt-rss.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2010-11-19 22:18:26 +0300
committerAndrew Dolgov <[email protected]>2010-11-19 22:18:26 +0300
commit1beea8001786b6cbc8a9fc42574970aede1b56dd (patch)
tree82e32d19d9aa34dd4a32f3a4a296ad9de4fa2656 /tt-rss.js
parentbc372fe30fecfbf4a6d831b23480c057a989c79a (diff)
implement labels submenu; rework init process so that feedlist_init depends on feedTree being loaded
Diffstat (limited to 'tt-rss.js')
-rw-r--r--tt-rss.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/tt-rss.js b/tt-rss.js
index af9f46726..c88a08533 100644
--- a/tt-rss.js
+++ b/tt-rss.js
@@ -133,6 +133,7 @@ function updateFeedList() {
var tmph = dojo.connect(tree, 'onLoad', function() {
dojo.disconnect(tmph);
Element.hide("feedlistLoading");
+ feedlist_init();
// var node = dijit.byId("feedTree")._itemNodesMap['FEED:-2'][0].domNode
// menu.bindDomNode(node);
@@ -328,7 +329,6 @@ function init_second_stage() {
if (has_local_storage())
localStorage.clear();
- feedlist_init();
setTimeout("timeout()", 3000);
console.log("second stage ok");