diff options
| author | Pliable Pixels <pliablepixels@gmail.com> | 2018-09-14 09:36:40 -0400 |
|---|---|---|
| committer | Pliable Pixels <pliablepixels@gmail.com> | 2018-09-14 09:36:40 -0400 |
| commit | 01e9485585d66e1ce6af5496da09559d48d70a4f (patch) | |
| tree | 8b88e2e64e2324908d68d6f279ff3ddd46b76c9e /www/js/LoginCtrl.js | |
| parent | 97930ca47f2982fa9afd032562a82e607d19e729 (diff) | |
nits
Diffstat (limited to 'www/js/LoginCtrl.js')
| -rw-r--r-- | www/js/LoginCtrl.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/js/LoginCtrl.js b/www/js/LoginCtrl.js index 782bcd72..99f215a8 100644 --- a/www/js/LoginCtrl.js +++ b/www/js/LoginCtrl.js @@ -461,7 +461,7 @@ angular.module('zmApp.controllers').controller('zmApp.LoginCtrl', ['$scope', '$r $rootScope.alarmCount = 0; $rootScope.isAlarm = false; - $rootScope.newBlogPost = ''; + NVRDataModel.setFirstUse(false); NVRDataModel.setCurrentServerVersion(''); |
