diff options
| author | pliablepixels <pliablepixels@gmail.com> | 2016-05-24 16:02:08 -0400 |
|---|---|---|
| committer | pliablepixels <pliablepixels@gmail.com> | 2016-05-24 16:02:08 -0400 |
| commit | e13fd67eb953e5f8cc1eb07992902de4cf05677d (patch) | |
| tree | 52365155431b50d37c026a8d1e2f4fa4f32fd18c /www/js/DataModel.js | |
| parent | a6872aedbbac30f1343650325d96158d6b149d8c (diff) | |
now that zms is forced, force it to true even if its false
Former-commit-id: 87ba8f7fb0da3ee6bba8eeee0c52f313f3f683e7
Diffstat (limited to 'www/js/DataModel.js')
| -rw-r--r-- | www/js/DataModel.js | 3 |
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"); |
