From 04baae77bcab54ef86cd1824608d1e6e63f4d176 Mon Sep 17 00:00:00 2001 From: Pliable Pixels Date: Tue, 26 Dec 2017 15:24:26 -0500 Subject: nits --- config.xml | 2 +- www/js/MomentCtrl.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config.xml b/config.xml index acd4c982..36ebef5d 100644 --- a/config.xml +++ b/config.xml @@ -61,7 +61,7 @@ - + diff --git a/www/js/MomentCtrl.js b/www/js/MomentCtrl.js index c6e84953..e75c3ad5 100644 --- a/www/js/MomentCtrl.js +++ b/www/js/MomentCtrl.js @@ -371,7 +371,7 @@ angular.module('zmApp.controllers').controller('zmApp.MomentCtrl', ['$scope', '$ // same monitor should expand, even if they were grouped earlier $scope.toggleCollapse = function (mid, eid) { - NVRDataModel.debug("toggling collapse for:" + mid); + //NVRDataModel.debug("toggling collapse for:" + mid); var collapseCount = 0; var hide = false; -- cgit v1.2.3