Purge deleted values on trash empty

This commit is contained in:
Dan Stillman 2009-11-06 09:26:44 +00:00
parent d421f25878
commit 9cd0aa2182

View file

@ -1342,6 +1342,7 @@ var ZoteroPane = new function()
Zotero.getString('general.actionCannotBeUndone'));
if (result) {
Zotero.Items.emptyTrash();
Zotero.purgeDataObjects(true);
}
}