refresh Zotero Commons buckets
This commit is contained in:
parent
5004450791
commit
44999580e6
|
@ -387,7 +387,9 @@ Zotero.CollectionTreeView.prototype.notify = function(action, type, ids)
|
||||||
this.rememberSelection(savedSelection);
|
this.rememberSelection(savedSelection);
|
||||||
}
|
}
|
||||||
else if (action == 'modify' || action == 'refresh') {
|
else if (action == 'modify' || action == 'refresh') {
|
||||||
|
if (type != 'bucket') {
|
||||||
this.reload();
|
this.reload();
|
||||||
|
}
|
||||||
this.rememberSelection(savedSelection);
|
this.rememberSelection(savedSelection);
|
||||||
}
|
}
|
||||||
else if(action == 'add')
|
else if(action == 'add')
|
||||||
|
|
Loading…
Reference in New Issue
Block a user