]> git.wh0rd.org - tt-rss.git/blobdiff - tt-rss.js
enable triple-pane theme; fix theme system not working
[tt-rss.git] / tt-rss.js
index 8121e94bc6759450e17ce68cb390b02468fd8818..f408197d2a478e827db5b1261e4712cdb32fc8ce 100644 (file)
--- 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())