summaryrefslogtreecommitdiff
path: root/www/js/DataModel.js
diff options
context:
space:
mode:
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();