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") {