瀏覽代碼

[Minor] Remove unused empty function

tags/1.7.9
Alexander Moisseev 5 年之前
父節點
當前提交
df63719060
共有 3 個檔案被更改,包括 0 行新增4 行删除
  1. 0
    2
      .eslintrc.json
  2. 0
    1
      interface/js/app/history.js
  3. 0
    1
      interface/js/app/rspamd.js

+ 0
- 2
.eslintrc.json 查看文件

@@ -68,10 +68,8 @@
"new-cap": "off",
"no-else-return": "off",
"no-empty": "off",
"no-empty-function": "off",
"no-inline-comments": "off",
"no-invalid-this": "off",
"no-loop-func": "off",
"no-negated-condition": "off",
"no-underscore-dangle": "off",
"one-var-declaration-per-line": "off",

+ 0
- 1
interface/js/app/history.js 查看文件

@@ -780,6 +780,5 @@ define(["jquery", "footable", "humanize"],
});
};

ui.setup = function () {};
return ui;
});

+ 0
- 1
interface/js/app/rspamd.js 查看文件

@@ -234,7 +234,6 @@ function ($, d3pie, visibility, tab_stat, tab_graph, tab_config,
});
tab_config.setup(ui);
tab_symbols.setup(ui, tables);
tab_history.setup(ui, tables);
tab_upload.setup(ui);
selData = tab_graph.setup();
};

Loading…
取消
儲存