From 06a06686b47c050834c6d7cdf41ccbc86e962fa5 Mon Sep 17 00:00:00 2001 From: Mayhem Date: Mon, 18 Nov 2013 12:00:52 +0100 Subject: [PATCH] Add link to download-canceller bug. --- src/General/Index.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/General/Index.coffee b/src/General/Index.coffee index ca4ec0c0b..e65368973 100644 --- a/src/General/Index.coffee +++ b/src/General/Index.coffee @@ -75,7 +75,7 @@ Index = # - Creating loadable elements inside of an origin-less document # will not download them. # - Combine the two and you get a download canceller! - # Does not work on Firefox unfortunately. + # Does not work on Firefox unfortunately. bugzil.la/939713 d.implementation.createDocument(null, null, null).appendChild board for navLink in $$ '.navLinks'