mirror of
https://github.com/zotero/zotero.git
synced 2026-09-23 00:43:17 +00:00
Avoid log message about json.collections being unknown after e683b2be0
This commit is contained in:
parent
d1d62184be
commit
efae7073f2
1 changed files with 2 additions and 0 deletions
|
|
@ -4113,6 +4113,8 @@ Zotero.Item.prototype.fromJSON = function (json) {
|
|||
// Use?
|
||||
case 'md5':
|
||||
case 'mtime':
|
||||
// Handled below
|
||||
case 'collections':
|
||||
break;
|
||||
|
||||
case 'accessDate':
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue