summaryrefslogtreecommitdiff
path: root/www/js/MomentCtrl.js
diff options
context:
space:
mode:
Diffstat (limited to 'www/js/MomentCtrl.js')
-rw-r--r--www/js/MomentCtrl.js2
1 files changed, 0 insertions, 2 deletions
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;