diff options
| author | Andrew Dolgov <fox@madoka.volgo-balt.ru> | 2010-11-19 22:18:26 +0300 |
|---|---|---|
| committer | Andrew Dolgov <fox@madoka.volgo-balt.ru> | 2010-11-19 22:18:26 +0300 |
| commit | 1beea8001786b6cbc8a9fc42574970aede1b56dd (patch) | |
| tree | 82e32d19d9aa34dd4a32f3a4a296ad9de4fa2656 /tt-rss.js | |
| parent | bc372fe30fecfbf4a6d831b23480c057a989c79a (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.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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"); |