diff options
| -rw-r--r-- | www/js/DataModel.js | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/js/DataModel.js b/www/js/DataModel.js index a64f52a2..0e8fe1ec 100644 --- a/www/js/DataModel.js +++ b/www/js/DataModel.js @@ -63,7 +63,7 @@ angular.module('zmApp.controllers') 'minAlarmCount':'1', 'montageSize':'3', 'useNphZms':true, - 'useNphZmsForEvents':false, + 'useNphZmsForEvents':true, 'packMontage':false, 'exitOnSleep':false, 'forceNetworkStop':false, @@ -244,8 +244,8 @@ angular.module('zmApp.controllers') if (typeof loginData.useNphZmsForEvents == 'undefined') { - zmDebug ("useNphZmsForEvents does not exist. Setting to false"); - loginData.useNphZmsForEvents = false; + zmDebug ("useNphZmsForEvents does not exist. Setting to true"); + loginData.useNphZmsForEvents = true; } if (typeof loginData.packMontage == 'undefined') |
