diff --git a/chrome/content/zotero/preferences/preferences_export.js b/chrome/content/zotero/preferences/preferences_export.js index 2d7cb6d8b..0c5d226b1 100644 --- a/chrome/content/zotero/preferences/preferences_export.js +++ b/chrome/content/zotero/preferences/preferences_export.js @@ -66,9 +66,7 @@ Zotero_Preferences.Export = { this._lastSelectedLocale = Zotero.Prefs.get("export.quickCopy.locale"); this.updateQuickCopyUI(); - if (!Zotero.isStandalone) { - yield this.refreshQuickCopySiteList(); - } + yield this.refreshQuickCopySiteList(); }), diff --git a/chrome/content/zotero/preferences/preferences_export.xul b/chrome/content/zotero/preferences/preferences_export.xul index 1e518e651..4a3b93802 100644 --- a/chrome/content/zotero/preferences/preferences_export.xul +++ b/chrome/content/zotero/preferences/preferences_export.xul @@ -64,7 +64,30 @@ oncommand="Zotero_Preferences.Export.buildQuickCopyFormatDropDown(document.getElementById('zotero-quickCopy-menu'), this.checked ? 'html' : '');"/> - + + +