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:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user