Browse Source

[Minor] Remove unused empty function

tags/1.7.9
Alexander Moisseev 5 years ago
parent
commit
df63719060
3 changed files with 0 additions and 4 deletions
  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 View File

@@ -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 View File

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

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

+ 0
- 1
interface/js/app/rspamd.js View File

@@ -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…
Cancel
Save