Missed one.

This commit is contained in:
Zixaphir 2014-08-18 02:16:30 -07:00
parent d0efe4cbab
commit 66595877ad
3 changed files with 2 additions and 3 deletions

View File

@ -14340,7 +14340,7 @@
var i, item, items, theme; var i, item, items, theme;
Style.svgs = {}; Style.svgs = {};
theme = Themes[Conf[g.THEMESTRING]] || Themes['Yotsuba B']; theme = Themes[Conf[g.THEMESTRING]] || Themes['Yotsuba B'];
items = [['layout', Style.layout], ['theme', Style.theme(theme)], ['emoji', Emoji.css()], ['dynamic', Style.dynamic()], ['padding', ""], ['mascots', ""]]; items = [['layout', Style.layout], ['theme', Style.theme(theme)], ['dynamic', Style.dynamic()], ['padding', ""], ['mascots', ""]];
i = 0; i = 0;
while (item = items[i++]) { while (item = items[i++]) {
Style.sheets[item[0]] = $.addStyle(item[1], item[0]); Style.sheets[item[0]] = $.addStyle(item[1], item[0]);

View File

@ -14349,7 +14349,7 @@
}) })
}; };
theme = Themes[Conf[g.THEMESTRING]] || Themes['Yotsuba B']; theme = Themes[Conf[g.THEMESTRING]] || Themes['Yotsuba B'];
items = [['layout', Style.layout], ['theme', Style.theme(theme)], ['emoji', Emoji.css()], ['dynamic', Style.dynamic()], ['padding', ""], ['mascots', ""]]; items = [['layout', Style.layout], ['theme', Style.theme(theme)], ['dynamic', Style.dynamic()], ['padding', ""], ['mascots', ""]];
i = 0; i = 0;
while (item = items[i++]) { while (item = items[i++]) {
Style.sheets[item[0]] = $.addStyle(item[1], item[0]); Style.sheets[item[0]] = $.addStyle(item[1], item[0]);

View File

@ -12,7 +12,6 @@ Style =
items = [ items = [
['layout', Style.layout] ['layout', Style.layout]
['theme', Style.theme theme] ['theme', Style.theme theme]
['emoji', Emoji.css()]
['dynamic', Style.dynamic()] ['dynamic', Style.dynamic()]
['padding', ""] ['padding', ""]
['mascots', ""] ['mascots', ""]