summaryrefslogtreecommitdiff
path: root/www/js/DataModel.js
diff options
context:
space:
mode:
authorPliable Pixels <pliablepixels@gmail.com>2018-05-08 11:15:48 -0400
committerPliable Pixels <pliablepixels@gmail.com>2018-05-08 11:15:48 -0400
commitfc467d5b8306a8aa5b42f97b938899c6c07909aa (patch)
treea398769dd38c61c20715db54097a5caf03f3ae9b /www/js/DataModel.js
parent1a49d5f20142be21f235a01b4838c261ad1a09a7 (diff)
no need for ng-checked with ng-model, also removed some old dev settings, enforced to true
Diffstat (limited to 'www/js/DataModel.js')
-rwxr-xr-xwww/js/DataModel.js7
1 files changed, 7 insertions, 0 deletions
diff --git a/www/js/DataModel.js b/www/js/DataModel.js
index 97bbe4fd..8824d162 100755
--- a/www/js/DataModel.js
+++ b/www/js/DataModel.js
@@ -981,6 +981,8 @@ angular.module('zmApp.controllers')
debug("reachability does not exist. Setting to true");
loginData.reachability = true;
}
+
+
// force it - this may not be the problem
loginData.reachability = true;
@@ -1283,12 +1285,17 @@ angular.module('zmApp.controllers')
loginData.showLiveForInProgressEvents = true;
}
+
+ loginData.canSwipeMonitors = true;
+ loginData.forceImageModePath = false;
+ loginData.enableBlog = true;
log("DataModel init retrieved store loginData");
} else {
log("defaultServer configuration NOT found. Keeping login at defaults");
}
+ //console.log ("LOGS="+JSON.stringify(loginData.enableLogs));
// now set up SSL - need to do it after data return
// from local forage
setSSLCerts();