aboutsummaryrefslogtreecommitdiffstats
path: root/interface/js/app/rspamd.js
diff options
context:
space:
mode:
authorAlexander Moisseev <moiseev@mezonplus.ru>2018-09-15 18:09:47 +0300
committerAlexander Moisseev <moiseev@mezonplus.ru>2018-09-15 18:09:47 +0300
commit458642949a14fdabe5c85696f1ee23d50695d07f (patch)
tree2e3120d0bfbfb53dc4e88980d51774c6244b0af2 /interface/js/app/rspamd.js
parente5a73f26fd6cc2c98c53d06cc5998a913da03cc1 (diff)
downloadrspamd-458642949a14fdabe5c85696f1ee23d50695d07f.tar.gz
rspamd-458642949a14fdabe5c85696f1ee23d50695d07f.zip
[Minor] Initialize variables at declaration
Diffstat (limited to 'interface/js/app/rspamd.js')
-rw-r--r--interface/js/app/rspamd.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/interface/js/app/rspamd.js b/interface/js/app/rspamd.js
index 5ade66ce4..1e41afaaf 100644
--- a/interface/js/app/rspamd.js
+++ b/interface/js/app/rspamd.js
@@ -38,7 +38,7 @@ function ($, D3pie, visibility, NProgress, tab_stat, tab_graph, tab_config,
var checked_server = "All SERVERS";
var ui = {};
var timer_id = [];
- var selData; // Graph's dataset selector state
+ var selData = null; // Graph's dataset selector state
NProgress.configure({
minimum: 0.01,