mirror of
https://github.com/zotero/zotero.git
synced 2026-09-21 00:22:44 +00:00
Fix an invalid variable reference
This commit is contained in:
parent
9a304b6699
commit
ea8003c541
1 changed files with 1 additions and 1 deletions
|
|
@ -2072,7 +2072,7 @@ Zotero.Integration.Field = class {
|
|||
|
||||
getCode() {
|
||||
if (!this._code) {
|
||||
ths._code = this._field.getCode();
|
||||
this._code = this._field.getCode();
|
||||
}
|
||||
let start = this._code.indexOf('{');
|
||||
if (start == -1) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue