summaryrefslogtreecommitdiff
path: root/tt-rss.js
diff options
context:
space:
mode:
Diffstat (limited to 'tt-rss.js')
-rw-r--r--tt-rss.js9
1 files changed, 9 insertions, 0 deletions
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())