reduced notification popup time from 4s to 2.5s
This commit is contained in:
@@ -10,8 +10,8 @@ function notyfication(type,timeout){
|
|||||||
});
|
});
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
var notyError = notyfication('error',4000);
|
var notyError = notyfication('error',2500);
|
||||||
var notySuccess = notyfication('success',4000);
|
var notySuccess = notyfication('success',2500);
|
||||||
|
|
||||||
function editor(returnpath){
|
function editor(returnpath){
|
||||||
return function($scope, $http, $route, $routeParams, $window, $location) {
|
return function($scope, $http, $route, $routeParams, $window, $location) {
|
||||||
|
|||||||
Reference in New Issue
Block a user