diff --git a/builds/appchan-x.user.js b/builds/appchan-x.user.js index 07bbc0861..c47d82e2f 100644 --- a/builds/appchan-x.user.js +++ b/builds/appchan-x.user.js @@ -17160,7 +17160,7 @@ $.extend(Conf, items); return $.asap((function() { return Favicon.el = $('link[rel="shortcut icon"]', d.head); - }), Main.initFeatures()); + }), Main.initFeatures); }); }, initFeatures: function() { diff --git a/builds/crx/script.js b/builds/crx/script.js index e2c7325f7..73eaefc18 100644 --- a/builds/crx/script.js +++ b/builds/crx/script.js @@ -17148,7 +17148,7 @@ $.extend(Conf, items); return $.asap((function() { return Favicon.el = $('link[rel="shortcut icon"]', d.head); - }), Main.initFeatures()); + }), Main.initFeatures); }); }, initFeatures: function() { diff --git a/src/General/Main.coffee b/src/General/Main.coffee index edc1d89f5..3a32245c2 100644 --- a/src/General/Main.coffee +++ b/src/General/Main.coffee @@ -44,7 +44,7 @@ Main = $.get Conf, (items) -> $.extend Conf, items - $.asap (-> Favicon.el = $ 'link[rel="shortcut icon"]', d.head), Main.initFeatures() + $.asap (-> Favicon.el = $ 'link[rel="shortcut icon"]', d.head), Main.initFeatures initFeatures: -> # Check if the current board we're on is SFW or not, so we can handle options that need to know that.