Replace deprecated Zotero.Libraries.isEditable() call on note save
This commit is contained in:
parent
381fe38b89
commit
ab10d1617e
1 changed files with 1 additions and 1 deletions
|
@ -4253,7 +4253,7 @@ var ZoteroPane = new function()
|
|||
}
|
||||
|
||||
var collectionTreeRow = this.collectionsView.getRow(row);
|
||||
return Zotero.Libraries.isEditable(collectionTreeRow.ref.libraryID);
|
||||
return Zotero.Libraries.get(collectionTreeRow.ref.libraryID).editable;
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue