From e13fd67eb953e5f8cc1eb07992902de4cf05677d Mon Sep 17 00:00:00 2001 From: pliablepixels Date: Tue, 24 May 2016 16:02:08 -0400 Subject: now that zms is forced, force it to true even if its false Former-commit-id: 87ba8f7fb0da3ee6bba8eeee0c52f313f3f683e7 --- www/js/DataModel.js | 3 +++ 1 file changed, 3 insertions(+) (limited to 'www/js') 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"); -- cgit v1.2.3