Register as handler for BibTeX mime typese

This commit is contained in:
Simon Kornblith 2013-04-16 12:45:54 -04:00
parent b82a28e708
commit e893472331

View File

@ -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
//