diff --git a/chrome/content/zotero/xpcom/mimeTypeHandler.js b/chrome/content/zotero/xpcom/mimeTypeHandler.js index 01a2243d5..84f444767 100644 --- a/chrome/content/zotero/xpcom/mimeTypeHandler.js +++ b/chrome/content/zotero/xpcom/mimeTypeHandler.js @@ -57,8 +57,11 @@ Zotero.MIMETypeHandler = new function () { if(Zotero.Prefs.get("parseEndNoteMIMETypes")) { this.addHandler("application/x-endnote-refer", _importHandler, true); this.addHandler("application/x-research-info-systems", _importHandler, true); - // Add ISI this.addHandler("application/x-inst-for-scientific-info", _importHandler, true); + + this.addHandler("text/x-bibtex", _importHandler, true); + this.addHandler("application/x-bibtex", _importHandler, true); + // // And some non-standard ones //