From deeec5ff33576e3b57bce7dd24db6aa0d67eb90b Mon Sep 17 00:00:00 2001 From: Pliable Pixels Date: Mon, 15 Oct 2018 09:49:34 -0400 Subject: beautify --- www/js/FirstUseCtrl.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'www/js/FirstUseCtrl.js') 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'); + }); } -- cgit v1.2.3