diff --git a/chrome/content/zotero/xpcom/data/item.js b/chrome/content/zotero/xpcom/data/item.js index 56ce4c0751..de3235d635 100644 --- a/chrome/content/zotero/xpcom/data/item.js +++ b/chrome/content/zotero/xpcom/data/item.js @@ -1906,7 +1906,7 @@ Zotero.Item.prototype._saveData = Zotero.Promise.coroutine(function* (env) { throw new Error("Annotation parent must be a file attachment"); } if (parentItem.attachmentContentType != 'application/pdf') { - throw new Error("Annotation parent must be a PDF"); + //throw new Error("Annotation parent must be a PDF"); } let type = this._getLatestField('annotationType'); let typeID = Zotero.Annotations[`ANNOTATION_TYPE_${type.toUpperCase()}`];