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;
Style.svgs = {};
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;
while (item = items[i++]) {
Style.sheets[item[0]] = $.addStyle(item[1], item[0]);

View File

@ -14349,7 +14349,7 @@
})
};
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;
while (item = items[i++]) {
Style.sheets[item[0]] = $.addStyle(item[1], item[0]);

View File

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