From 008bcff8a0c2ba807cc6232b6f1115567eb59526 Mon Sep 17 00:00:00 2001 From: Dan Stillman Date: Sat, 14 Jan 2017 18:39:04 -0500 Subject: [PATCH] Fix debug output logging (broken by f44264cd4) --- chrome/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 index e068992e1..adcd08c1e 100644 --- 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; }