From bf34d8cacb1c903485f66e87a05464736b35db3c Mon Sep 17 00:00:00 2001 From: ccd0 Date: Sat, 28 Mar 2015 15:11:04 -0700 Subject: [PATCH] Allow other names here. --- src/General/lib/$.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/General/lib/$.coffee b/src/General/lib/$.coffee index 4630982f0..dc8bdfcc4 100755 --- a/src/General/lib/$.coffee +++ b/src/General/lib/$.coffee @@ -49,7 +49,7 @@ $.ajax = do -> message = $.el 'div', <%= html( meta.name + ' was blocked from loading the following URL:

' + - '[More info]' + '[More info]' ) %> $('span', message).textContent = (if /^\/\//.test url then location.protocol else '') + url new Notice 'error', message, 30, -> delete blockedURLs[url]