1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-01-06 13:29:36 +00:00

prefs: move other tree-related functions to respective trees

This commit is contained in:
Andrew Dolgov
2018-12-02 12:03:28 +03:00
parent 60cd467694
commit f26d404890
9 changed files with 252 additions and 290 deletions

View File

@@ -1255,7 +1255,7 @@ class Pref_Feeds extends Handler_Protected {
<script type=\"dojo/method\" event=\"onLoad\" args=\"item\">
Element.hide(\"feedlistLoading\");
checkInactiveFeeds();
dijit.byId('feedTree').checkInactiveFeeds();
</script>
</div>";