summaryrefslogtreecommitdiff
path: root/www/js/PortalLoginCtrl.js
diff options
context:
space:
mode:
Diffstat (limited to 'www/js/PortalLoginCtrl.js')
-rw-r--r--www/js/PortalLoginCtrl.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/js/PortalLoginCtrl.js b/www/js/PortalLoginCtrl.js
index 10dd30ce..a47cc91e 100644
--- a/www/js/PortalLoginCtrl.js
+++ b/www/js/PortalLoginCtrl.js
@@ -188,8 +188,8 @@ angular.module('zmApp.controllers').controller('zmApp.PortalLoginCtrl', ['$ionic
}
else // we go to live
{
- ZMDataModel.zmDebug("Going to live view but Montage for now");
- $state.go("montage", {}, { reload: true });
+ ZMDataModel.zmDebug("Going to live view ");
+ $state.go("monitors", {}, { reload: true });
return;
}
}