Log errors
This commit is contained in:
parent
818e186bec
commit
cc04e47166
1 changed files with 1 additions and 0 deletions
|
@ -471,6 +471,7 @@ Zotero.ItemFields = new function() {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
catch (e) {
|
catch (e) {
|
||||||
|
Zotero.logError(e);
|
||||||
}
|
}
|
||||||
return 'ltr';
|
return 'ltr';
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue