Skip to content

Commit e60ff3a

Browse files
committed
change default back to 3HR
1 parent 38d3539 commit e60ff3a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

lib/client/renderer.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
var _ = require('lodash');
44
var times = require('../times');
55

6-
var DEFAULT_FOCUS = times.hours(4).msecs
6+
var DEFAULT_FOCUS = times.hours(3).msecs
77
, WIDTH_SMALL_DOTS = 420
88
, WIDTH_BIG_DOTS = 800
99
, TOOLTIP_TRANS_MS = 100 // milliseconds

lib/settings.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ function init ( ) {
3131
, scaleY: 'log'
3232
, showPlugins: ''
3333
, showForecast: 'ar2'
34-
, focusHours: 4
34+
, focusHours: 3
3535
, heartbeat: 60
3636
, baseURL: ''
3737
, authDefaultRoles: 'readable'

views/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@
149149
</div>
150150
<ul class="focus-range">
151151
<li data-hours="2" class="translate">2HR</li>
152-
<li data-hours="4" class="translate">4HR</li>
152+
<li data-hours="3" class="translate">3HR</li>
153153
<li data-hours="6" class="translate">6HR</li>
154154
<li data-hours="12" class="translate">12HR</li>
155155
<li data-hours="24" class="translate">24HR</li>

0 commit comments

Comments
 (0)