diff options
| author | Pliable Pixels <pliablepixels@gmail.com> | 2018-11-30 09:27:24 -0500 |
|---|---|---|
| committer | Pliable Pixels <pliablepixels@gmail.com> | 2018-11-30 09:27:24 -0500 |
| commit | aae6348daeab5b4580f681271f38adc5687d2ab5 (patch) | |
| tree | 4accaf5b7ac78ca5dda82d0cc50cf23353cc386b /www/js/MenuController.js | |
| parent | 38d1e2dcbed81816206579f77e07468782e6ed47 (diff) | |
fix android switch profile log
Diffstat (limited to 'www/js/MenuController.js')
| -rw-r--r-- | www/js/MenuController.js | 2 |
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); } |
