refresh Zotero Commons buckets

This commit is contained in:
Fred Gibbs 2010-03-29 03:44:26 +00:00
parent 5004450791
commit 44999580e6

View file

@ -387,7 +387,9 @@ Zotero.CollectionTreeView.prototype.notify = function(action, type, ids)
this.rememberSelection(savedSelection);
}
else if (action == 'modify' || action == 'refresh') {
this.reload();
if (type != 'bucket') {
this.reload();
}
this.rememberSelection(savedSelection);
}
else if(action == 'add')