diff options
author | Alexander Moisseev <moiseev@mezonplus.ru> | 2018-07-06 10:42:06 +0300 |
---|---|---|
committer | Alexander Moisseev <moiseev@mezonplus.ru> | 2018-07-06 10:42:06 +0300 |
commit | 6d9ad2208ed221ba143525cbdfc692983a952e24 (patch) | |
tree | fd3244536f8461c4e855f8c538df449f483404b4 /interface/js/app/config.js | |
parent | d3c4028f4da8e84ffb54198d42637778a3becb69 (diff) | |
download | rspamd-6d9ad2208ed221ba143525cbdfc692983a952e24.tar.gz rspamd-6d9ad2208ed221ba143525cbdfc692983a952e24.zip |
[WebUI] Remove unused variables
Diffstat (limited to 'interface/js/app/config.js')
-rw-r--r-- | interface/js/app/config.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/interface/js/app/config.js b/interface/js/app/config.js index 4f910ae8e..fe9d27a16 100644 --- a/interface/js/app/config.js +++ b/interface/js/app/config.js @@ -57,7 +57,6 @@ define(["jquery"], // @get maps id function getMaps(rspamd) { - var items = []; var $listmaps = $("#listMaps"); $listmaps.closest(".widget-box").hide(); $.ajax({ |