summaryrefslogtreecommitdiffstats
path: root/interface/js/app/stats.js
diff options
context:
space:
mode:
Diffstat (limited to 'interface/js/app/stats.js')
-rw-r--r--interface/js/app/stats.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/interface/js/app/stats.js b/interface/js/app/stats.js
index e6b7bc897..8fa580421 100644
--- a/interface/js/app/stats.js
+++ b/interface/js/app/stats.js
@@ -315,7 +315,7 @@ define(["jquery", "app/rspamd", "d3pie", "d3"],
const alerted = "alerted_stats_legacy_" + neighbours_status[e].name;
promises.push($.ajax({
url: neighbours_status[e].url + "auth",
- headers: {Password:rspamd.getPassword()},
+ headers: {Password: rspamd.getPassword()},
success: function (data) {
sessionStorage.removeItem(alerted);
["config_id", "version", "uptime"].forEach(function (p) {