From 3677b13a59fb77df778aff01d8e815150f6ec86b Mon Sep 17 00:00:00 2001 From: pliablepixels Date: Sat, 2 Apr 2016 16:43:35 -0400 Subject: #209 and #215 - have fun Former-commit-id: 4b8bd8773014a7f6d34b011494e6451ae15b326f --- www/js/DataModel.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'www/js/DataModel.js') diff --git a/www/js/DataModel.js b/www/js/DataModel.js index 96c55a9d..3633d384 100644 --- a/www/js/DataModel.js +++ b/www/js/DataModel.js @@ -74,7 +74,7 @@ angular.module('zmApp.controllers') 'use24hr':false, 'packeryPositions':'', 'packerySizes':'', - 'timelineModalGraphType':'alarmed', + 'timelineModalGraphType':'all', }; @@ -447,8 +447,8 @@ angular.module('zmApp.controllers') if (typeof timelineModalGraphType == 'undefined') { - zmDebug ("timeline graph type not set. Setting to alarmed"); - loginData.timelineModalGraphType = 'alarmed'; + zmDebug ("timeline graph type not set. Setting to all"); + loginData.timelineModalGraphType = 'all'; } -- cgit v1.2.3