summaryrefslogtreecommitdiff
path: root/www/js
diff options
context:
space:
mode:
authorpliablepixels <pliablepixels@gmail.com>2016-05-24 16:02:08 -0400
committerpliablepixels <pliablepixels@gmail.com>2016-05-24 16:02:08 -0400
commite13fd67eb953e5f8cc1eb07992902de4cf05677d (patch)
tree52365155431b50d37c026a8d1e2f4fa4f32fd18c /www/js
parenta6872aedbbac30f1343650325d96158d6b149d8c (diff)
now that zms is forced, force it to true even if its false
Former-commit-id: 87ba8f7fb0da3ee6bba8eeee0c52f313f3f683e7
Diffstat (limited to 'www/js')
-rw-r--r--www/js/DataModel.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/www/js/DataModel.js b/www/js/DataModel.js
index 7001dcef..b02f0bfb 100644
--- a/www/js/DataModel.js
+++ b/www/js/DataModel.js
@@ -423,6 +423,9 @@ angular.module('zmApp.controllers')
loginData.useNphZms = true;
}
+ // and now, force enable it
+ loginData.useNphZms = true;
+
if (typeof loginData.useNphZmsForEvents == 'undefined')
{
zmDebug ("useNphZmsForEvents does not exist. Setting to true");