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:
parent
8fb98b785a
commit
a79781b706
@ -38,7 +38,7 @@ Main =
|
|||||||
Conf['CachedTitles'] = []
|
Conf['CachedTitles'] = []
|
||||||
$.get Conf, (items) ->
|
$.get Conf, (items) ->
|
||||||
$.extend Conf, items
|
$.extend Conf, items
|
||||||
Main.initFeatures()
|
$.asap (-> doc = d.documentElement), Main.initFeatures
|
||||||
|
|
||||||
$.on d, '4chanMainInit', Main.initStyle
|
$.on d, '4chanMainInit', Main.initStyle
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user