Fix error switching options in download dialog before Z pane was opened

This commit is contained in:
Dan Stillman 2011-12-30 12:44:19 -05:00
parent e643d85d2c
commit 4161341d2d

View file

@ -1092,6 +1092,9 @@ var ZoteroPane = new function()
this.getItemGroup = function () {
if (!this.collectionsView.selection) {
return false;
}
return this.collectionsView._getItemAtRow(this.collectionsView.selection.currentIndex);
}