From 6314aaddd4f85dd9c515b9633238b6911c515109 Mon Sep 17 00:00:00 2001 From: Travis Hegner Date: Thu, 2 Jul 2015 15:12:42 -0400 Subject: [PATCH] removing commented code --- html/pages/graphs.inc.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/html/pages/graphs.inc.php b/html/pages/graphs.inc.php index 72fb1bd828..0cc268fceb 100644 --- a/html/pages/graphs.inc.php +++ b/html/pages/graphs.inc.php @@ -120,8 +120,6 @@ if (!$auth) var refrom = /from=([0-9])+/g; var tsto = moment(frmdata.dtpickerto.value).unix(); var tsfrom = moment(frmdata.dtpickerfrom.value).unix(); - //tsto = tsto.getTime() / 1000; - //tsfrom = tsfrom.getTime() / 1000; frmdata.selfaction.value = frmdata.selfaction.value.replace(reto, 'to=' + tsto); frmdata.selfaction.value = frmdata.selfaction.value.replace(refrom, 'from=' + tsfrom); frmdata.action = frmdata.selfaction.value;