diff --git a/builds/appchan-x.user.js b/builds/appchan-x.user.js index 4f13008ee..a9048a2fd 100644 --- a/builds/appchan-x.user.js +++ b/builds/appchan-x.user.js @@ -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]); diff --git a/builds/crx/script.js b/builds/crx/script.js index 64a4363ca..98cb44f44 100644 --- a/builds/crx/script.js +++ b/builds/crx/script.js @@ -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]); diff --git a/src/Theming/Style.coffee b/src/Theming/Style.coffee index f3d85dd42..e1a9c0bb6 100644 --- a/src/Theming/Style.coffee +++ b/src/Theming/Style.coffee @@ -12,7 +12,6 @@ Style = items = [ ['layout', Style.layout] ['theme', Style.theme theme] - ['emoji', Emoji.css()] ['dynamic', Style.dynamic()] ['padding', ""] ['mascots', ""]