www

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

commit 7d41047a9d0aee4cf3c624c00ff2004edf593f21
parent c83de8a6ea5e667fee7bc984c50962e95aabb96c
Author: Dan Stillman <dstillman@zotero.org>
Date:   Mon,  8 Jan 2018 00:01:46 -0500

Blacklist spurious warnings about word processor plugin update manifests

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 @@ -2110,7 +2110,8 @@ Services.scriptloader.loadSubScript("resource://zotero/polyfill.js"); 'Sync.Engine.Tabs', 'content-sessionStore.js', 'org.mozilla.appSessions', - 'bad script XDR magic number' + 'bad script XDR magic number', + 'did not contain an updates property', ]; for (var i=0; i<blacklist.length; i++) {