1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 13:25:54 +00:00

remove themes/

This commit is contained in:
Andrew Dolgov
2013-01-23 15:36:32 +04:00
parent fd535b317c
commit 96f0a3e79d
8 changed files with 3 additions and 185 deletions

View File

@@ -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");