www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | Submodules | README | LICENSE

commit 8490871108e4c002ce746a901e60bb0b11800ae2
parent 6a0c6236986297922baf64bf7b7250282faa83e5
Author: Dan Stillman <dstillman@zotero.org>
Date:   Wed, 13 Nov 2013 12:57:49 -0500

Blacklist Firefox charset warning

Diffstat:
Mchrome/content/zotero/xpcom/zotero.js | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/chrome/content/zotero/xpcom/zotero.js b/chrome/content/zotero/xpcom/zotero.js @@ -2028,7 +2028,8 @@ Components.utils.import("resource://gre/modules/Services.jsm"); 'Services.HealthReport', '[JavaScript Error: "this.docShell is null"', '[JavaScript Error: "downloadable font:', - '[JavaScript Error: "Image corrupt or truncated:' + '[JavaScript Error: "Image corrupt or truncated:', + '[JavaScript Error: "The character encoding of the' ]; for (var i=0; i<blacklist.length; i++) {