www

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

commit 44e06eec08648f77b36789934dad31af81a3c255
parent cbcf9cb3def4ead9d74dd49f1de273290d493988
Author: Dan Stillman <dstillman@zotero.org>
Date:   Fri,  2 Dec 2016 17:32:17 -0500

Update deprecated URL to Console.jsm

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 @@ -123,7 +123,7 @@ Zotero.Debug = new function () { // // TODO: Get rid of the filename and line number if (!_consolePref && Zotero.isWin && !Zotero.isStandalone) { - var console = Components.utils.import("resource://gre/modules/devtools/Console.jsm", {}).console; + var console = Components.utils.import("resource://gre/modules/Console.jsm", {}).console; console.log(output); } // Otherwise dump to the text console