From afca11823f8246184481b268096e1717da9e0e16 Mon Sep 17 00:00:00 2001 From: Richard Wall Date: Sat, 10 Jul 2010 11:19:31 +0100 Subject: Extend the default time range to 2h --- jarmon.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jarmon.js b/jarmon.js index 62bf51c..ec6ddb9 100644 --- a/jarmon.js +++ b/jarmon.js @@ -750,7 +750,7 @@ jarmon.ChartCoordinator.prototype.reset = function() { tzoffset = '+' + tzoffset; } this.ui[0].tzoffset.value = tzoffset; - return this.setTimeRange(new Date(new Date().getTime()-1*60*60*1000), + return this.setTimeRange(new Date(new Date().getTime()-2*60*60*1000), new Date()); }; -- cgit v1.1-4-g5e80