summaryrefslogtreecommitdiff
path: root/www/js/DataModel.js
diff options
context:
space:
mode:
authorPliable Pixels <pliablepixels@gmail.com>2018-01-24 09:34:47 -0500
committerPliable Pixels <pliablepixels@gmail.com>2018-01-24 09:34:47 -0500
commit02596e5821ba01672763b5faf5375de415de3bf4 (patch)
tree2cc7c2a1ea2dbc055f39682f6293b2bcd65f7b6c /www/js/DataModel.js
parent92faf1cd858447e7e8d3db0a3b3d2396934c5e4b (diff)
#587 - option added to dev settings to make this configurable
Diffstat (limited to 'www/js/DataModel.js')
-rwxr-xr-xwww/js/DataModel.js8
1 files changed, 8 insertions, 0 deletions
diff --git a/www/js/DataModel.js b/www/js/DataModel.js
index 47ec1156..f63e6c8a 100755
--- a/www/js/DataModel.js
+++ b/www/js/DataModel.js
@@ -173,6 +173,7 @@ angular.module('zmApp.controllers')
'momentMonitorFilter': [],
'enableMomentSubMenu': true,
'momentArrangeBy': 'StartTime',
+ 'showLiveForInProgressEvents': true
};
@@ -1052,6 +1053,13 @@ angular.module('zmApp.controllers')
}
+ if (typeof loginData.showLiveForInProgressEvents == 'undefined') {
+
+ loginData.showLiveForInProgressEvents = true;
+
+ }
+
+