1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-21 23:11:28 +00:00

implement labels submenu; rework init process so that feedlist_init depends on feedTree being loaded

This commit is contained in:
Andrew Dolgov
2010-11-19 22:18:26 +03:00
parent bc372fe30f
commit 1beea80017
3 changed files with 51 additions and 6 deletions

View File

@@ -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");