Reset Quick Copy list when resetting translators, too
This commit is contained in:
parent
5fbd569fdf
commit
9c82a7a661
1 changed files with 5 additions and 1 deletions
|
@ -152,7 +152,11 @@ Zotero_Preferences.Advanced = {
|
|||
null, null, null, {});
|
||||
|
||||
if (index == 0) {
|
||||
Zotero.Schema.resetTranslators();
|
||||
Zotero.Schema.resetTranslators(function () {
|
||||
if (Zotero_Preferences.Export) {
|
||||
Zotero_Preferences.Export.populateQuickCopyList();
|
||||
}
|
||||
});
|
||||
}
|
||||
},
|
||||
|
||||
|
|
Loading…
Reference in a new issue