Missed file in previous commit

This commit is contained in:
Dan Stillman 2009-07-03 11:11:56 +00:00
parent 4e3b79f9bb
commit 34732fe78e

View file

@ -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]);
}