summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/viz/index.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/viz/index.js b/src/viz/index.js
index 31c5637..869d6e0 100644
--- a/src/viz/index.js
+++ b/src/viz/index.js
@@ -1,8 +1,8 @@
var qintv_ms = 5000;
var uripart = "/updates?";
//var lastfrom = "";
-//var lastfrom = "from="+(new Date(Date.now() - 10*60*1000)).toISOString();
-var lastfrom="from=2013-10-24T06:30:45Z&to=2013-10-24T06:32:45";
+var lastfrom = "from="+(new Date(Date.now() - 10*60*1000)).toISOString();
+//var lastfrom="from=2013-10-24T06:30:45Z&to=2013-10-24T06:32:45";
console.log(lastfrom);
//var possible_display_functions = {"Off":"none", "Value":showvalue, "Gauge":showgauge, "Graph":showasgraph};
var possible_display_functions = {"Off":"none", "Value":showvalue, "Graph":showasgraph};