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:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user