From 064fcd1826fefffedd6c15e033ac591d2f3a4801 Mon Sep 17 00:00:00 2001 From: ccd0 Date: Tue, 8 Dec 2015 13:28:13 -0800 Subject: [PATCH] Don't let the download canceller hack crashing affect the rest of the index initialization. #661 --- src/General/Index.coffee | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/General/Index.coffee b/src/General/Index.coffee index c7df36a5f..0a0158dcc 100644 --- a/src/General/Index.coffee +++ b/src/General/Index.coffee @@ -105,7 +105,8 @@ Index = # will not download them. # - Combine the two and you get a download canceller! # Does not work on Firefox unfortunately. bugzil.la/939713 - d.implementation.createDocument(null, null, null).appendChild board + try + d.implementation.createDocument(null, null, null).appendChild board $.rm el for el in $$ '.navLinks' $.rm $.id('ctrl-top')