From 19d5848c9be906e63521373cfb8e05187b8474d4 Mon Sep 17 00:00:00 2001 From: Stephen Beaver Date: Fri, 15 Jan 2016 09:47:47 -0500 Subject: Correct failure banner color --- src/usr/local/www/pkg_mgr_install.php | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/usr/local/www/pkg_mgr_install.php b/src/usr/local/www/pkg_mgr_install.php index 9cad68d..5958783 100644 --- a/src/usr/local/www/pkg_mgr_install.php +++ b/src/usr/local/www/pkg_mgr_install.php @@ -533,6 +533,7 @@ function show_success() { // Display a failure banner function show_failure() { + $('#final').removeClass("alert-info"); $('#final').addClass("alert-danger"); if ("" != "reinstallall") { $('#final').html("" + " " + "" + " " + ""); -- cgit v1.1