aboutsummaryrefslogtreecommitdiffstats
path: root/interface/js/app
diff options
context:
space:
mode:
Diffstat (limited to 'interface/js/app')
-rw-r--r--interface/js/app/history.js4
1 files changed, 1 insertions, 3 deletions
diff --git a/interface/js/app/history.js b/interface/js/app/history.js
index 5d5b9068e..3d06f667c 100644
--- a/interface/js/app/history.js
+++ b/interface/js/app/history.js
@@ -33,9 +33,7 @@ define(["jquery", "app/rspamd", "d3", "footable"],
function process_history_legacy(data) {
const items = [];
- const compare = function (e1, e2) {
- return e1.name.localeCompare(e2.name);
- };
+ function compare(e1, e2) { return e1.name.localeCompare(e2.name); }
$("#selSymOrder_history, label[for='selSymOrder_history']").hide();