summaryrefslogtreecommitdiff
path: root/tt-rss.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2011-03-28 11:33:41 +0400
committerAndrew Dolgov <[email protected]>2011-03-28 11:33:41 +0400
commitd80b3f3de1e65739ca8c353e137df9e505a33bde (patch)
tree180133da9f7a730cd72821bed1cf02b71fbf0ebf /tt-rss.js
parent8de8bfb8712855ee391c3702604f2acb6ffa124e (diff)
fix triple-pane theme
Diffstat (limited to 'tt-rss.js')
-rw-r--r--tt-rss.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/tt-rss.js b/tt-rss.js
index d439c37ed..ac85b7821 100644
--- a/tt-rss.js
+++ b/tt-rss.js
@@ -278,12 +278,12 @@ function init() {
dojo.require("fox.FeedTree");
- dojo.parser.parse();
-
if (typeof themeBeforeLayout == 'function') {
themeBeforeLayout();
}
+ dojo.parser.parse();
+
dojo.addOnLoad(function() {
updateFeedList();
closeArticlePanel();