diff --git a/bl-kernel/admin/themes/booty/html/alert.php b/bl-kernel/admin/themes/booty/html/alert.php index fb7578af..7b76d611 100644 --- a/bl-kernel/admin/themes/booty/html/alert.php +++ b/bl-kernel/admin/themes/booty/html/alert.php @@ -2,7 +2,7 @@ function showAlert(text) { console.log("[INFO] Function showAlert() called."); $("#alert").html(text); - $("#alert").slideDown().delay().slideUp(); + $("#alert").slideDown().delay().slideUp(); }