aboutsummaryrefslogtreecommitdiffstats
path: root/interface/js/app/history.js
diff options
context:
space:
mode:
Diffstat (limited to 'interface/js/app/history.js')
-rw-r--r--interface/js/app/history.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/interface/js/app/history.js b/interface/js/app/history.js
index b9b3831ea..a9e40c7b4 100644
--- a/interface/js/app/history.js
+++ b/interface/js/app/history.js
@@ -349,9 +349,11 @@ define(["jquery", "footable"],
return e.rows;
}));
data.version = version;
+ $("#legacy-history-badge").hide();
} else {
// Legacy version
data = [].concat.apply([], neighbours_data);
+ $("#legacy-history-badge").show();
}
var o = process_history_data(rspamd, data);
var items = o.items;