Fix JS strict error in overlay.js
This commit is contained in:
parent
5183a04b32
commit
61755d4286
|
@ -635,7 +635,7 @@ var ZoteroPane = new function()
|
||||||
tagSelector.setAttribute('height', maxTS);
|
tagSelector.setAttribute('height', maxTS);
|
||||||
}
|
}
|
||||||
|
|
||||||
height = tagSelector.boxObject.height;
|
var height = tagSelector.boxObject.height;
|
||||||
|
|
||||||
/*
|
/*
|
||||||
Zotero.debug("tagSelector.boxObject.height: " + tagSelector.boxObject.height);
|
Zotero.debug("tagSelector.boxObject.height: " + tagSelector.boxObject.height);
|
||||||
|
|
Loading…
Reference in New Issue
Block a user