commit 34732fe78e8fe2360621597cf62659d0a26d4d4b parent 4e3b79f9bb61faa8ac94b5e5e05412f3c01b2a6e Author: Dan Stillman <dstillman@zotero.org> Date: Fri, 3 Jul 2009 11:11:56 +0000 Missed file in previous commit Diffstat:
| M | chrome/content/zotero/xpcom/itemTreeView.js | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/chrome/content/zotero/xpcom/itemTreeView.js b/chrome/content/zotero/xpcom/itemTreeView.js @@ -491,7 +491,7 @@ Zotero.ItemTreeView.prototype.notify = function(action, type, ids, extraData) } // Reset to Info tab - this._ownerDocument.getElementById('zotero-view-tabs').selectedIndex = 0; + this._ownerDocument.getElementById('zotero-view-tabbox').selectedIndex = 0; this.selectItem(ids[0]); }