From e9664a6c0bdf0c4db8631a7fab6f5144d1c817ba Mon Sep 17 00:00:00 2001 From: Pliable Pixels Date: Mon, 8 Jul 2019 17:01:10 -0400 Subject: #830 more bug fix --- www/js/MenuController.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'www/js/MenuController.js') diff --git a/www/js/MenuController.js b/www/js/MenuController.js index cb33ee10..511ba030 100644 --- a/www/js/MenuController.js +++ b/www/js/MenuController.js @@ -79,7 +79,7 @@ angular.module('zmApp.controllers').controller('MenuController', ['$scope', '$io duration: 1500 }); NVR.log ("Kiosk code mistmatch"); - $scope.loginData.isKiosk = false; + // $scope.loginData.isKiosk = false; e.preventDefault(); } -- cgit v1.2.3