commit e8934723319aa219fd37b0ad416c4f0ff893a8f3
parent b82a28e7085fa3b3a7ca131b518b21b4ed9bd502
Author: Simon Kornblith <simon@simonster.com>
Date: Tue, 16 Apr 2013 12:45:54 -0400
Register as handler for BibTeX mime typese
Diffstat:
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git 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
//