From 96f0a3e79d7c01831472b1e58b2a7646fbb7deff Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Wed, 23 Jan 2013 15:36:32 +0400 Subject: remove themes/ --- js/tt-rss.js | 8 -------- 1 file changed, 8 deletions(-) (limited to 'js') 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"); -- cgit v1.2.3-54-g00ecf