mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 11:45:56 +00:00
add PluginHost.HOOK_INIT_COMPLETE (and make no_title_counters use it)
This commit is contained in:
@@ -117,8 +117,6 @@ require(["dojo/_base/kernel",
|
||||
}
|
||||
});
|
||||
|
||||
Cookie.delete("ttrss_test");
|
||||
|
||||
const toolbar = document.forms["toolbar-main"];
|
||||
|
||||
dijit.getEnclosingWidget(toolbar.view_mode).attr('value',
|
||||
@@ -147,6 +145,9 @@ require(["dojo/_base/kernel",
|
||||
}
|
||||
|
||||
console.log("second stage ok");
|
||||
|
||||
PluginHost.run(PluginHost.HOOK_INIT_COMPLETE, null);
|
||||
|
||||
},
|
||||
updateTitle: function() {
|
||||
let tmp = "Tiny Tiny RSS";
|
||||
|
||||
Reference in New Issue
Block a user