Change back to original timeout value.

This commit is contained in:
bjarnef
2016-05-22 13:52:02 +02:00
parent 5fab1ca207
commit e2aee08959

View File

@@ -208,7 +208,7 @@ function listViewController($rootScope, $scope, $routeParams, $injector, $cookie
$timeout(function () {
$scope.bulkStatus = "";
$scope.actionInProgress = false;
}, 0);
}, 500);
if (reload === true) {
$scope.reloadView($scope.contentId);