diff options
| author | Pliable Pixels <pliablepixels@gmail.com> | 2019-07-08 10:45:12 -0400 |
|---|---|---|
| committer | Pliable Pixels <pliablepixels@gmail.com> | 2019-07-08 10:45:12 -0400 |
| commit | 6faf15bd652d0589e1fb30e559ad027525008e77 (patch) | |
| tree | 27d3d2a5ab22ad3d4017c074bd1a072a467bc454 /www | |
| parent | 4e0ba58404c69166f029e5446ebcbb9e298746d6 (diff) | |
make sure login timer is reset when profiles are switched
Diffstat (limited to 'www')
| -rw-r--r-- | www/js/MenuController.js | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/www/js/MenuController.js b/www/js/MenuController.js index e81e9e82..48ee5d0d 100644 --- a/www/js/MenuController.js +++ b/www/js/MenuController.js @@ -145,8 +145,7 @@ angular.module('zmApp.controllers').controller('MenuController', ['$scope', '$io // box .then(function (data) { - - + zmAutoLogin.start(); // possible image digits changed between servers NVR.getKeyConfigParams(0); $rootScope.runMode = NVR.getBandwidth(); |
