diff --git a/members/static/js/members_controllers.js b/members/static/js/members_controllers.js index 6dbb787..34c06a0 100644 --- a/members/static/js/members_controllers.js +++ b/members/static/js/members_controllers.js @@ -10,8 +10,8 @@ function notyfication(type,timeout){ }); }; } -var notyError = notyfication('error',4000); -var notySuccess = notyfication('success',4000); +var notyError = notyfication('error',2500); +var notySuccess = notyfication('success',2500); function editor(returnpath){ return function($scope, $http, $route, $routeParams, $window, $location) {