Change back to original timeout value.
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user