diff options
| author | Pliable Pixels <pliablepixels@gmail.com> | 2016-09-14 07:50:52 -0500 |
|---|---|---|
| committer | Pliable Pixels <pliablepixels@gmail.com> | 2016-09-14 07:50:52 -0500 |
| commit | a1c612aaaa8945aad94ee7012014690307ab9bef (patch) | |
| tree | fa29d2978532b82ae6c2a51868cb65d17713f6bc /www/js/LoginCtrl.js | |
| parent | 45c42509dd21398d002ce1014a78564da3c6d765 (diff) | |
#329 - think I got it - monitors had cache on in the view
Former-commit-id: ac54a534cddc3e393760a5c21e078bea96b02bba
Diffstat (limited to 'www/js/LoginCtrl.js')
| -rw-r--r-- | www/js/LoginCtrl.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/js/LoginCtrl.js b/www/js/LoginCtrl.js index 28f16670..a13941c6 100644 --- a/www/js/LoginCtrl.js +++ b/www/js/LoginCtrl.js @@ -529,6 +529,7 @@ angular.module('zmApp.controllers').controller('zmApp.LoginCtrl', ['$scope', '$r } NVRDataModel.setLogin($scope.loginData); + $rootScope.runMode = NVRDataModel.getBandwidth(); oldName = $scope.loginData.serverName; |
