diff options
| author | Pliable Pixels <pliablepixels@gmail.com> | 2018-04-08 16:24:27 -0400 |
|---|---|---|
| committer | Pliable Pixels <pliablepixels@gmail.com> | 2018-04-08 16:24:27 -0400 |
| commit | a9273df91eced721b23f311e37b8d820f5951ada (patch) | |
| tree | bd255850eefc1b0823120ecec83c59f63c59c751 /www/js/PortalLoginCtrl.js | |
| parent | 0c42d61dd057d52d111c06cb1f72a056c330e263 (diff) | |
clean up ES stuff, and add basic auth warning in wizard
Diffstat (limited to 'www/js/PortalLoginCtrl.js')
| -rw-r--r-- | www/js/PortalLoginCtrl.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/js/PortalLoginCtrl.js b/www/js/PortalLoginCtrl.js index 75448ceb..4161c5b9 100644 --- a/www/js/PortalLoginCtrl.js +++ b/www/js/PortalLoginCtrl.js @@ -246,7 +246,7 @@ angular.module('zmApp.controllers').controller('zmApp.PortalLoginCtrl', ['$ionic return; }*/ // coming here means continue - EventServer.refresh(); + //EventServer.init(); var statetoGo = $rootScope.lastState ? $rootScope.lastState : 'app.montage'; //NVRDataModel.debug ("logging state transition"); @@ -466,7 +466,7 @@ angular.module('zmApp.controllers').controller('zmApp.PortalLoginCtrl', ['$ionic NVRDataModel.getKeyConfigParams(1); NVRDataModel.getTimeZone(); - EventServer.refresh(); + EventServer.init(); // if push broadcast happens BEFORE this, then no // state change will occur here which is good |
