Remove remaining ENS style code
This commit is contained in:
parent
67e82f0762
commit
20e94b493e
1 changed files with 0 additions and 1 deletions
|
@ -107,7 +107,6 @@ Zotero_Preferences.Cite = {
|
|||
fp.init(window, Zotero.getString("zotero.preferences.styles.addStyle"), nsIFilePicker.modeOpen);
|
||||
|
||||
fp.appendFilter("CSL Style", "*.csl");
|
||||
fp.appendFilter("ENS Style", "*.ens");
|
||||
|
||||
var rv = fp.show();
|
||||
if (rv == nsIFilePicker.returnOK || rv == nsIFilePicker.returnReplace) {
|
||||
|
|
Loading…
Add table
Reference in a new issue