www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | Submodules | README | LICENSE

commit 44999580e6587692b77ebaeb9f17142dabb65c45
parent 5004450791716a5948c0c85b2f4809d484270e28
Author: Fred Gibbs <fwgibbs@gmail.com>
Date:   Mon, 29 Mar 2010 03:44:26 +0000

refresh Zotero Commons buckets

Diffstat:
Mchrome/content/zotero/xpcom/collectionTreeView.js | 4+++-
1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/chrome/content/zotero/xpcom/collectionTreeView.js b/chrome/content/zotero/xpcom/collectionTreeView.js @@ -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')