Sort export translators in Quick Copy settings drop-downs
This commit is contained in:
parent
6d265f448f
commit
b3ce918dfb
1 changed files with 1 additions and 0 deletions
|
@ -119,6 +119,7 @@ Zotero_Preferences.Export = {
|
|||
popup.appendChild(itemNode);
|
||||
|
||||
// add export formats to list
|
||||
translators.sort((a, b) => a.label.localeCompare(b.label))
|
||||
translators.forEach(function (translator) {
|
||||
// Skip RDF formats
|
||||
switch (translator.translatorID) {
|
||||
|
|
Loading…
Add table
Reference in a new issue