summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
Diffstat (limited to 'www')
-rw-r--r--www/js/LoginCtrl.js2
-rw-r--r--www/js/MomentCtrl.js2
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;