diff options
author | Richard Wall <richard@aziz> | 2010-07-10 11:19:31 +0100 |
---|---|---|
committer | Richard Wall <richard@aziz> | 2010-07-10 11:19:31 +0100 |
commit | afca11823f8246184481b268096e1717da9e0e16 (patch) | |
tree | 3b6b5234ecbc8a41c46068701c5d14613ab0db89 /jarmon.js | |
parent | 037b62bab5b5875d0461a75f6ac268ebb4b766cf (diff) |
Extend the default time range to 2h
Diffstat (limited to 'jarmon.js')
-rw-r--r-- | jarmon.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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()); }; |