|
@@ -461,7 +461,7 @@ function init_actualize() {
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
function closeNotification() {
|
|
function closeNotification() {
|
|
|
- $(".notification").slideUp(200, function () {
|
|
|
|
|
|
|
+ $(".notification").fadeOut(600, function () {
|
|
|
$(".notification").remove();
|
|
$(".notification").remove();
|
|
|
});
|
|
});
|
|
|
}
|
|
}
|