www

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

commit 89361851c07874cbd61c27e32026e39a024ad2a7
parent 8a17a6c12ca6d05a4805860fcbedee07eecae8d0
Author: Simon Kornblith <simon@simonster.com>
Date:   Mon, 12 Nov 2012 15:26:38 -0500

Don't list disabled extensions in error reports

Diffstat:
Mchrome/content/zotero/xpcom/zotero.js | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/chrome/content/zotero/xpcom/zotero.js b/chrome/content/zotero/xpcom/zotero.js @@ -1259,6 +1259,7 @@ const ZOTERO_CONFIG = { function onHaveInstalledAddons(installed) { var addons = []; for each(var addon in installed) { + if(addon.appDisabled || addon.userDisabled) continue; switch (addon.id) { case "zotero@chnm.gmu.edu": case "{972ce4c6-7e08-4474-a285-3208198ce6fd}": // Default theme