diff --git a/web/skins/bootstrap/js/controllers.js b/web/skins/bootstrap/js/controllers.js index 57618ec45..0d126df67 100644 --- a/web/skins/bootstrap/js/controllers.js +++ b/web/skins/bootstrap/js/controllers.js @@ -133,6 +133,7 @@ ZoneMinder.controller('EventsController', function($scope, Events, Console, $mod modalInstance.result.then(function (index) { $scope.events.splice(index, 1); $scope.totalEvents = $scope.totalEvents - 1; + $scope.displayEvent(index); }, function () { console.log('Modal dismissed at: ' + new Date()); }