www

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

commit 008bcff8a0c2ba807cc6232b6f1115567eb59526
parent 3d569f117326ab9bf880cfe877b83d4f1f0ad754
Author: Dan Stillman <dstillman@zotero.org>
Date:   Sat, 14 Jan 2017 18:39:04 -0500

Fix debug output logging (broken by f44264cd4)

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

diff --git a/chrome/content/zotero/xpcom/debug.js b/chrome/content/zotero/xpcom/debug.js @@ -247,7 +247,7 @@ Zotero.Debug = new function () { this.clear(); } _store = enable; - + this.updateEnabled(); this.storing = _store; }