Fix missing ),

This commit is contained in:
Mayhem 2013-06-24 19:51:47 +02:00
parent 3269103100
commit 80afed86b6

View File

@ -35,7 +35,7 @@ Main =
$.on d, '4chanMainInit', Main.initStyle
# <title> 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) ->