fix another typo
This commit is contained in:
parent
faf2f539f3
commit
a3fe51e8a5
1 changed files with 1 additions and 1 deletions
|
@ -151,7 +151,7 @@ var Zotero_Browser = new function() {
|
|||
|
||||
// get libraryID and collectionID
|
||||
var libraryID, collectionID;
|
||||
var pane = ZoteroOverlay.getActiveZoteroPane();
|
||||
var pane = ZoteroPane.getActiveZoteroPane();
|
||||
if(pane) {
|
||||
libraryID = pane.getSelectedLibraryID();
|
||||
collectionID = pane.getSelectedCollection(true);
|
||||
|
|
Loading…
Add table
Reference in a new issue