summaryrefslogtreecommitdiff
path: root/www/js/MenuController.js
diff options
context:
space:
mode:
Diffstat (limited to 'www/js/MenuController.js')
-rw-r--r--www/js/MenuController.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/js/MenuController.js b/www/js/MenuController.js
index db446386..be918eb1 100644
--- a/www/js/MenuController.js
+++ b/www/js/MenuController.js
@@ -102,7 +102,7 @@ angular.module('zmApp.controllers').controller('MenuController', ['$scope', '$io
});
if ($rootScope.platformOS == 'android') {
- log (">>> Android: enabling inline image view for self signed certs");
+ NVRDataModel.log (">>> Android: enabling inline image view for self signed certs");
cordova.plugins.certificates.trustUnsecureCerts(true);
}