diff options
Diffstat (limited to 'www/js')
| -rw-r--r-- | www/js/MomentCtrl.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/js/MomentCtrl.js b/www/js/MomentCtrl.js index 64198c2d..dde163f7 100644 --- a/www/js/MomentCtrl.js +++ b/www/js/MomentCtrl.js @@ -314,7 +314,7 @@ angular.module('zmApp.controllers').controller('zmApp.MomentCtrl', ['$scope', '$ } // moment for j if (firstIndex !=-1) { if (collapseCount>0) { - $scope.moments[firstIndex].Event.collapseCount = collapseCount; + $scope.moments[firstIndex].Event.collapseCount = collapseCount+1; } else { // nothing to group $scope.moments[firstIndex].Event.icon = 'ion-code-working'; |
