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 | |
| parent | 97930ca47f2982fa9afd032562a82e607d19e729 (diff) | |
nits
| -rw-r--r-- | www/js/LoginCtrl.js | 2 | ||||
| -rw-r--r-- | www/js/MomentCtrl.js | 2 |
2 files changed, 1 insertions, 3 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(''); diff --git a/www/js/MomentCtrl.js b/www/js/MomentCtrl.js index 8c82d6c2..5aad9a4d 100644 --- a/www/js/MomentCtrl.js +++ b/www/js/MomentCtrl.js @@ -320,8 +320,6 @@ angular.module('zmApp.controllers').controller('zmApp.MomentCtrl', ['$scope', '$ $scope.expand = !$scope.expand; if ($scope.expand) expandAll(); else collapseAll(); - - var ld = NVRDataModel.getLogin(); ld.montageReviewCollapse = $scope.expand; |
