From 7ca3c856454889c2aff53b719f49558e935c8d12 Mon Sep 17 00:00:00 2001 From: Diego Najar Date: Thu, 9 May 2019 17:18:26 +0200 Subject: [PATCH] change variable for constant --- bl-kernel/admin/themes/booty/html/alert.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); }