summaryrefslogtreecommitdiff
path: root/js
diff options
context:
space:
mode:
Diffstat (limited to 'js')
-rw-r--r--js/tt-rss.js8
1 files changed, 0 insertions, 8 deletions
diff --git a/js/tt-rss.js b/js/tt-rss.js
index ab1ab53d2..bfbb40684 100644
--- a/js/tt-rss.js
+++ b/js/tt-rss.js
@@ -280,10 +280,6 @@ function init() {
dojo.require("fox.FeedTree");
- if (typeof themeBeforeLayout == 'function') {
- themeBeforeLayout();
- }
-
dojo.require("dijit.ColorPalette");
dojo.require("dijit.Dialog");
dojo.require("dijit.form.Button");
@@ -342,10 +338,6 @@ function init_second_stage() {
switchPanelMode(_widescreen_mode);
}
- if (typeof themeAfterLayout == 'function') {
- themeAfterLayout();
- }
-
});
delCookie("ttrss_test");