This commit is contained in:
Simon Kornblith 2011-01-30 09:53:22 +00:00
parent 02efb56902
commit faf2f539f3

View File

@ -153,7 +153,7 @@ var ZoteroAdvancedSearch = new function() {
}
lastWin.ZoteroPane.show();
lastWin.ZoteroPane.getActiveZoteroPane.selectItem(item.getID(), false, true);
lastWin.ZoteroPane.getActiveZoteroPane().selectItem(item.getID(), false, true);
lastWin.focus();
}
}