1
0
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:
Andrew Dolgov
2010-11-17 13:39:30 +03:00
parent 500943a45b
commit 8d3cb8c0a9
7 changed files with 56 additions and 16 deletions

View File

@@ -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())