mirror of
https://github.com/zotero/zotero.git
synced 2026-09-24 00:51:37 +00:00
fix typo
This commit is contained in:
parent
02efb56902
commit
faf2f539f3
1 changed files with 1 additions and 1 deletions
|
|
@ -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();
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue