www

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

commit 71fb054efeb60358d2248d4869c38f0362d6eb16
parent cb913ffccb3adb6f867199af20a671559a00d9d0
Author: Dan Stillman <dstillman@zotero.org>
Date:   Fri,  7 Jul 2017 05:20:10 -0400

Update deprecated openPreferences() call

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

diff --git a/chrome/content/zotero/xpcom/sync/syncRunner.js b/chrome/content/zotero/xpcom/sync/syncRunner.js @@ -1005,7 +1005,7 @@ Zotero.Sync.Runner_Module = function (options = {}) { ); if (index == 0) { - win.ZoteroPane.openPreferences("zotero-prefpane-sync"); + Zotero.Utilities.Internal.openPreferences("zotero-prefpane-sync"); return; } }, 1);