mirror of
https://github.com/zotero/zotero.git
synced 2026-09-27 01:21:27 +00:00
Register as handler for BibTeX mime typese
This commit is contained in:
parent
b82a28e708
commit
e893472331
1 changed files with 4 additions and 1 deletions
|
|
@ -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…
Add table
Reference in a new issue