Skip to content

Commit

Permalink
nits
Browse files Browse the repository at this point in the history
  • Loading branch information
pliablepixels committed Nov 7, 2018
1 parent e5c3187 commit 58039e0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "zmninjapro",
"description": "Home security mobile app for ZoneMinder",
"version":"1.3.029",
"version": "1.3.029",
"displayName": "zmNinja",
"author": "Pliable Pixels",
"license": "custom see LICENSE.md",
Expand Down Expand Up @@ -176,4 +176,4 @@
]
}
}
}
}
2 changes: 1 addition & 1 deletion www/js/WizardCtrl.js
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,7 @@ angular.module('zmApp.controllers').controller('zmApp.WizardCtrl', ['$scope', '$
}

if ($scope.wizard.useauth && $scope.wizard.usebasicauth) {
NVRDataModel.debug ("setting basic auth");
NVRDataModel.debug ("setting basic auth with "+$scope.wizard.basicuser+":"+$scope.wizard.basicpassword);
cordova.plugin.http.useBasicAuth($scope.wizard.basicuser, $scope.wizard.basicpassword);

}
Expand Down

0 comments on commit 58039e0

Please sign in to comment.