Skip to content

Commit

Permalink
change default back to 3HR
Browse files Browse the repository at this point in the history
  • Loading branch information
scottleibrand committed Oct 17, 2017
1 parent 38d3539 commit e60ff3a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/client/renderer.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
var _ = require('lodash');
var times = require('../times');

var DEFAULT_FOCUS = times.hours(4).msecs
var DEFAULT_FOCUS = times.hours(3).msecs
, WIDTH_SMALL_DOTS = 420
, WIDTH_BIG_DOTS = 800
, TOOLTIP_TRANS_MS = 100 // milliseconds
Expand Down
2 changes: 1 addition & 1 deletion lib/settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ function init ( ) {
, scaleY: 'log'
, showPlugins: ''
, showForecast: 'ar2'
, focusHours: 4
, focusHours: 3
, heartbeat: 60
, baseURL: ''
, authDefaultRoles: 'readable'
Expand Down
2 changes: 1 addition & 1 deletion views/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@
</div>
<ul class="focus-range">
<li data-hours="2" class="translate">2HR</li>
<li data-hours="4" class="translate">4HR</li>
<li data-hours="3" class="translate">3HR</li>
<li data-hours="6" class="translate">6HR</li>
<li data-hours="12" class="translate">12HR</li>
<li data-hours="24" class="translate">24HR</li>
Expand Down

0 comments on commit e60ff3a

Please sign in to comment.