From 2be176f45aacabb456b6f6b2cf039606a3b3a0cf Mon Sep 17 00:00:00 2001 From: Tony Murray Date: Sun, 21 Jun 2020 11:41:07 -0500 Subject: [PATCH] fill in last bar --- resources/views/layouts/install.blade.php | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/resources/views/layouts/install.blade.php b/resources/views/layouts/install.blade.php index ad8f546e3a..9a8dde9933 100644 --- a/resources/views/layouts/install.blade.php +++ b/resources/views/layouts/install.blade.php @@ -103,7 +103,7 @@ -
+
@endforeach @@ -152,9 +152,6 @@ .removeClass('btn-info') .removeClass('btn-outline-info') .addClass(primary === step ? 'btn-outline-primary' : 'btn-primary'); - } else { - // all complete - $('.install-progress').addClass('complete') } if (callback && typeof callback === "function") {