summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--config.xml2
-rw-r--r--www/js/DataModel.js4
-rw-r--r--www/templates/monitors-modal.html1
3 files changed, 3 insertions, 4 deletions
diff --git a/config.xml b/config.xml
index ab9eb243..2990ea36 100644
--- a/config.xml
+++ b/config.xml
@@ -143,7 +143,6 @@
<plugin name="phonegap-plugin-mobile-accessibility" spec="^1.0.5" />
<plugin name="cordova-plugin-touch-id" spec="^3.2.0" />
<plugin name="cordova-plugin-android-fingerprint-auth" spec="^1.4.0" />
- <plugin name="cordova-plugin-network-information" spec="^2.0.1" />
<plugin name="cordova-plugin-device" spec="^2.0.1" />
<plugin name="cordova-plugin-file" spec="^6.0.1" />
<plugin name="cordova-plugin-media-pp-fork" spec="^1.0.2-dev" />
@@ -167,6 +166,7 @@
<variable name="ANDROID_SUPPORT_ANNOTATIONS_VERSION" value="27.+" />
</plugin>
<plugin name="cordova-plugin-advanced-websocket" spec="^1.1.3" />
+ <plugin name="cordova-plugin-network-information" spec="^2.0.1" />
<engine name="android" spec="^6.4.0" />
<engine name="ios" spec="~4.5.5" />
</widget>
diff --git a/www/js/DataModel.js b/www/js/DataModel.js
index 6dbd5958..96f90a48 100644
--- a/www/js/DataModel.js
+++ b/www/js/DataModel.js
@@ -1364,7 +1364,7 @@ angular.module('zmApp.controllers')
loginData.enableSlowLoading = false;
}
- log("SlowDelay is: " + loginData.enableSlowLoading);
+
if (typeof loginData.enableStrictSSL == 'undefined') {
@@ -2347,7 +2347,7 @@ angular.module('zmApp.controllers')
var succ;
try {
- console.log(textsucc);
+ //console.log(textsucc);
succ = JSON.parse(textsucc.data);
if (succ.data) succ = succ.data;
if (succ.config) {
diff --git a/www/templates/monitors-modal.html b/www/templates/monitors-modal.html
index a83db944..72ed2baa 100644
--- a/www/templates/monitors-modal.html
+++ b/www/templates/monitors-modal.html
@@ -8,7 +8,6 @@
<!-- android needs this 100vh - otherwise max- does not work -->
<!-- -->
- <span style="color:white">{{constructSingleStream()}}</span>
<div id="monitorimage" style="height: 100vh;" class="main">
<div ng-if="$root.authSession!='undefined'">
<div ng-if="!animationInProgress">