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')