Don't let the download canceller hack crashing affect the rest of the index initialization. #661

This commit is contained in:
ccd0 2015-12-08 13:28:13 -08:00
parent fc96d441e2
commit 064fcd1826

View File

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