From 8d3cb8c0a95e21bda7d4b35b41d32ea5eb4084bc Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Wed, 17 Nov 2010 13:39:30 +0300 Subject: enable triple-pane theme; fix theme system not working --- tt-rss.js | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'tt-rss.js') diff --git a/tt-rss.js b/tt-rss.js index 8121e94bc..f408197d2 100644 --- a/tt-rss.js +++ b/tt-rss.js @@ -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()) -- cgit v1.2.3-54-g00ecf