fix another typo
This commit is contained in:
parent
faf2f539f3
commit
a3fe51e8a5
|
@ -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…
Reference in New Issue
Block a user