Fix "Add Identifier by ID" in Fx45
const doesn't create a property on the global object in Fx45
This commit is contained in:
parent
ef180d190f
commit
04d957a95c
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@
|
|||
* Handles UI for lookup panel
|
||||
* @namespace
|
||||
*/
|
||||
const Zotero_Lookup = new function () {
|
||||
var Zotero_Lookup = new function () {
|
||||
/**
|
||||
* Performs a lookup by DOI, PMID, or ISBN
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue