Register as handler for BibTeX mime typese
This commit is contained in:
parent
b82a28e708
commit
e893472331
|
@ -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
|
||||
//
|
||||
|
|
Loading…
Reference in New Issue
Block a user