summaryrefslogtreecommitdiff
path: root/www/js/DataModel.js
diff options
context:
space:
mode:
Diffstat (limited to 'www/js/DataModel.js')
-rw-r--r--www/js/DataModel.js6
1 files changed, 3 insertions, 3 deletions
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';
}