diff --git a/chrome/content/zotero/bindings/itembox.xml b/chrome/content/zotero/bindings/itembox.xml index ac5c4b3fba..56a3a06df4 100644 --- a/chrome/content/zotero/bindings/itembox.xml +++ b/chrome/content/zotero/bindings/itembox.xml @@ -2392,7 +2392,7 @@ = Zotero.getString('retraction.banner'); var deleteButton = this._id('retraction-header-delete-button'); - if (!this.item.deleted && this.item.editable) { + if (!this.item.deleted && this.item.isEditable()) { deleteButton.hidden = false; deleteButton.textContent = Zotero.getString('pane.items.trash.title'); deleteButton.onclick = function () {