summaryrefslogtreecommitdiff
path: root/www/js/MomentCtrl.js
diff options
context:
space:
mode:
authorPliable Pixels <pliablepixels@gmail.com>2018-09-14 09:36:40 -0400
committerPliable Pixels <pliablepixels@gmail.com>2018-09-14 09:36:40 -0400
commit01e9485585d66e1ce6af5496da09559d48d70a4f (patch)
tree8b88e2e64e2324908d68d6f279ff3ddd46b76c9e /www/js/MomentCtrl.js
parent97930ca47f2982fa9afd032562a82e607d19e729 (diff)
nits
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;