summaryrefslogtreecommitdiff
path: root/www/js
diff options
context:
space:
mode:
Diffstat (limited to 'www/js')
-rw-r--r--www/js/WizardCtrl.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/js/WizardCtrl.js b/www/js/WizardCtrl.js
index 35f83641..86c4cbe9 100644
--- a/www/js/WizardCtrl.js
+++ b/www/js/WizardCtrl.js
@@ -229,7 +229,7 @@ angular.module('zmApp.controllers').controller('zmApp.WizardCtrl', ['$scope', '$
getFirstMonitor()
.then(function (success) {
$ionicLoading.hide();
- var tail = "/nph-zms?mode=single&monitor=" + success + $rootScope.authSession;
+ var tail = "/nph-zms?mode=single&monitor=" + success;//+ $rootScope.authSession;
if ($scope.wizard.useauth && $scope.wizard.usezmauth) {
var ck = Math.floor(Math.random() * (50000 - 10000 + 1)) + 10000;