diff --git a/chrome/content/zotero/preferences/preferences.js b/chrome/content/zotero/preferences/preferences.js index b796dcc4f..4cc95fe76 100644 --- a/chrome/content/zotero/preferences/preferences.js +++ b/chrome/content/zotero/preferences/preferences.js @@ -588,7 +588,9 @@ function populateQuickCopyList() { menulist.setAttribute('preference', "pref-quickCopy-setting"); updateQuickCopyHTMLCheckbox(); - refreshQuickCopySiteList(); + if (!Zotero.isStandalone) { + refreshQuickCopySiteList(); + } } diff --git a/chrome/content/zotero/preferences/preferences.xul b/chrome/content/zotero/preferences/preferences.xul index da995dd0e..d28b31ef4 100644 --- a/chrome/content/zotero/preferences/preferences.xul +++ b/chrome/content/zotero/preferences/preferences.xul @@ -503,7 +503,7 @@ To add a new preference: - +