diff options
| author | Pliable Pixels <pliablepixels@gmail.com> | 2018-10-15 09:49:34 -0400 |
|---|---|---|
| committer | Pliable Pixels <pliablepixels@gmail.com> | 2018-10-15 09:49:34 -0400 |
| commit | deeec5ff33576e3b57bce7dd24db6aa0d67eb90b (patch) | |
| tree | bc4cd0d50cf601e6fb3cdfe9de177c31cd33624e /www/js/FirstUseCtrl.js | |
| parent | bd1607efcaea59a5b4269628d5aa2999d6911b3e (diff) | |
beautify
Diffstat (limited to 'www/js/FirstUseCtrl.js')
| -rw-r--r-- | www/js/FirstUseCtrl.js | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/www/js/FirstUseCtrl.js b/www/js/FirstUseCtrl.js index 1ad42e9c..ca8ff14b 100644 --- a/www/js/FirstUseCtrl.js +++ b/www/js/FirstUseCtrl.js @@ -18,11 +18,11 @@ angular.module('zmApp.controllers').controller('zmApp.FirstUseCtrl', ['$scope', // if (window.cordova) { - cordova.plugin.http.setSSLCertMode('nocheck', function() { + cordova.plugin.http.setSSLCertMode('nocheck', function () { NVRDataModel.debug('--> First use -> SSL is permissive, will allow any certs for now. You can change it later.'); - }, function() { - console.log('-->First Use -> Error setting SSL permissive'); - }); + }, function () { + console.log('-->First Use -> Error setting SSL permissive'); + }); } |
