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
|
// get libraryID and collectionID
|
||||||
var libraryID, collectionID;
|
var libraryID, collectionID;
|
||||||
var pane = ZoteroOverlay.getActiveZoteroPane();
|
var pane = ZoteroPane.getActiveZoteroPane();
|
||||||
if(pane) {
|
if(pane) {
|
||||||
libraryID = pane.getSelectedLibraryID();
|
libraryID = pane.getSelectedLibraryID();
|
||||||
collectionID = pane.getSelectedCollection(true);
|
collectionID = pane.getSelectedCollection(true);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue