From 308cc0cfb9201182351b2cc2a8de87828e994b2a Mon Sep 17 00:00:00 2001 From: "Roman Schmerold (BNoiZe)" Date: Fri, 20 Dec 2013 23:36:09 +0100 Subject: [PATCH] Fixed a bug which prevented mailtraffic from being shown Signed-off-by: Roman Schmerold (BNoiZe) --- templates/Sparkle/assets/js/traffic.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/Sparkle/assets/js/traffic.js b/templates/Sparkle/assets/js/traffic.js index 530aeb52..b4c15f27 100644 --- a/templates/Sparkle/assets/js/traffic.js +++ b/templates/Sparkle/assets/js/traffic.js @@ -24,7 +24,7 @@ $(document).ready(function(){ } ftp.push([i, parseFloat(ftpd) / 1024]); http.push([i, parseFloat(httpd) / 1024]); - mail.push([i, parseFloat(maild)] / 1024); + mail.push([i, parseFloat(maild) / 1024]); aticks.push([i, day]); if (ftpd > max) {