From a79781b706855f546ee136ef6e2274e1f6d315c7 Mon Sep 17 00:00:00 2001 From: ccd0 Date: Sun, 18 May 2014 10:53:05 -0700 Subject: [PATCH] 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. --- src/General/Main.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/General/Main.coffee b/src/General/Main.coffee index 2c628c82e..f789f447d 100755 --- a/src/General/Main.coffee +++ b/src/General/Main.coffee @@ -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