summaryrefslogtreecommitdiff
path: root/www/js/DataModel.js
diff options
context:
space:
mode:
authorpliablepixels <pliablepixels@gmail.com>2016-04-02 16:43:35 -0400
committerpliablepixels <pliablepixels@gmail.com>2016-04-02 16:43:35 -0400
commit3677b13a59fb77df778aff01d8e815150f6ec86b (patch)
tree0b60009590d8b10d2849b04f8b8a9efbbcb124c8 /www/js/DataModel.js
parent11fb620b9234b174aa232ec51a2555aec6dcb7dd (diff)
#209 and #215 - have fun
Former-commit-id: 4b8bd8773014a7f6d34b011494e6451ae15b326f
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';
}