From dc705d458a48d8ac95c80575fb1d2e284cd40185 Mon Sep 17 00:00:00 2001 From: Bogdan Abaev Date: Mon, 29 Sep 2025 12:05:14 -0700 Subject: [PATCH] rename a few more remaining export- variables --- .../content/zotero/preferences/preferences_cite.xhtml | 10 +++++----- .../zotero/preferences/preferences_quickcopy.jsx | 2 +- scss/preferences.scss | 2 +- scss/preferences/_cite.scss | 4 ++-- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/chrome/content/zotero/preferences/preferences_cite.xhtml b/chrome/content/zotero/preferences/preferences_cite.xhtml index cdc708fae3..7cd6644ee9 100644 --- a/chrome/content/zotero/preferences/preferences_cite.xhtml +++ b/chrome/content/zotero/preferences/preferences_cite.xhtml @@ -62,9 +62,9 @@ - + - @@ -83,7 +83,7 @@ - + @@ -117,13 +117,13 @@ diff --git a/chrome/content/zotero/preferences/preferences_quickcopy.jsx b/chrome/content/zotero/preferences/preferences_quickcopy.jsx index ed93ce562e..aed20502c6 100644 --- a/chrome/content/zotero/preferences/preferences_quickcopy.jsx +++ b/chrome/content/zotero/preferences/preferences_quickcopy.jsx @@ -229,7 +229,7 @@ Zotero_Preferences.QuickCopy = { } }, - onUpdateNoteExportOptions() { + onUpdateNoteOptions() { var menulist = document.getElementById("zotero-noteQuickCopy-menu"); var markdownIncludeAppLinks = document.getElementById("noteQuickCopy-markdown-includeAppLinks"); var htmlIncludeAppLinks = document.getElementById("noteQuickCopy-html-includeAppLinks"); diff --git a/scss/preferences.scss b/scss/preferences.scss index 585ce69c79..44d05b4682 100644 --- a/scss/preferences.scss +++ b/scss/preferences.scss @@ -274,7 +274,7 @@ menulist[disabled="true"] { pointer-events: none; } -#export-citePaperJournalArticleURL +#quickCopy-citePaperJournalArticleURL { font-size: .85em; } diff --git a/scss/preferences/_cite.scss b/scss/preferences/_cite.scss index cdf4a6ff16..6e2e61cfa0 100644 --- a/scss/preferences/_cite.scss +++ b/scss/preferences/_cite.scss @@ -84,7 +84,7 @@ } /* Quick Copy */ -#zotero-prefpane-export-groupbox separator:not(.thin) +#zotero-prefpane-quickCopy-groupbox separator:not(.thin) { height: 1em; } @@ -93,7 +93,7 @@ font-size: 12px; } -#zotero-prefpane-export-groupbox .virtualized-table-container { +#zotero-prefpane-quickCopy-groupbox .virtualized-table-container { height: 120px; }