This fixes the script not loading at all in dwb.

No guarantees it will stay working or that any bugs will be fixed,
as I have no intention of doing regular testing in this browser.
This commit is contained in:
ccd0 2014-05-18 10:53:05 -07:00
parent 8fb98b785a
commit a79781b706

View File

@ -38,7 +38,7 @@ Main =
Conf['CachedTitles'] = []
$.get Conf, (items) ->
$.extend Conf, items
Main.initFeatures()
$.asap (-> doc = d.documentElement), Main.initFeatures
$.on d, '4chanMainInit', Main.initStyle