don't install text/x-csl files as hidden
This commit is contained in:
parent
854842c003
commit
3ae7cc308f
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ Zotero.MIMETypeHandler = new function () {
|
|||
this.addHandler("application/x-endnote-refer", Zotero.Ingester.importHandler, true);
|
||||
this.addHandler("application/x-research-info-systems", Zotero.Ingester.importHandler, true);
|
||||
}
|
||||
this.addHandler("text/x-csl", function(a1, a2, a3) { Zotero.Styles.install(a1, a2, a3) });
|
||||
this.addHandler("text/x-csl", function(a1, a2) { Zotero.Styles.install(a1, a2) });
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Reference in a new issue