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
Add a link
Reference in a new issue