mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-15 15:05:56 +00:00
enable triple-pane theme; fix theme system not working
This commit is contained in:
@@ -282,9 +282,18 @@ function init() {
|
||||
dojo.require("dijit.form.Select");
|
||||
dojo.require("dojo.parser");
|
||||
|
||||
if (typeof themeBeforeLayout == 'function') {
|
||||
themeBeforeLayout();
|
||||
}
|
||||
|
||||
dojo.addOnLoad(function() {
|
||||
updateFeedList();
|
||||
closeArticlePanel();
|
||||
|
||||
if (typeof themeAfterLayout == 'function') {
|
||||
themeAfterLayout();
|
||||
}
|
||||
|
||||
});
|
||||
|
||||
if (!genericSanityCheck())
|
||||
|
||||
Reference in New Issue
Block a user