Reset Quick Copy list when resetting translators, too

This commit is contained in:
Dan Stillman 2013-05-10 14:51:41 -04:00
parent 5fbd569fdf
commit 9c82a7a661

View file

@ -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();
}
});
}
},