summaryrefslogtreecommitdiff
path: root/js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-01-23 15:36:32 +0400
committerAndrew Dolgov <[email protected]>2013-01-23 15:36:32 +0400
commit96f0a3e79d7c01831472b1e58b2a7646fbb7deff (patch)
tree011b3dbda2e61f511a0a49d2a022901838d1fe0f /js
parentfd535b317cc55bf5f7e279f6bfcef514fcaafea5 (diff)
remove themes/
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");