diff --git a/src/General/Main.coffee b/src/General/Main.coffee index 3179b7443..32c8d14b2 100644 --- a/src/General/Main.coffee +++ b/src/General/Main.coffee @@ -35,7 +35,7 @@ Main = $.on d, '4chanMainInit', Main.initStyle # comes after the stylesheets on the index/thread pages, but before on the catalog. # <link favicon> comes after the stylesheets on the catalog, but before on the index/thread pages. - $.asap (-> d.head and $('title', d.head) and $('link[rel="shortcut icon"]', d.head) or d.readyState isnt 'loading' + $.asap (-> d.head and $('title', d.head) and $('link[rel="shortcut icon"]', d.head) or d.readyState isnt 'loading'), Main.initStyle initFeatures: (items) ->