Update deprecated openPreferences() call

This commit is contained in:
Dan Stillman 2017-07-07 05:20:10 -04:00
parent cb913ffccb
commit 71fb054efe

View File

@ -1005,7 +1005,7 @@ Zotero.Sync.Runner_Module = function (options = {}) {
); );
if (index == 0) { if (index == 0) {
win.ZoteroPane.openPreferences("zotero-prefpane-sync"); Zotero.Utilities.Internal.openPreferences("zotero-prefpane-sync");
return; return;
} }
}, 1); }, 1);