Skip to content

Commit

Permalink
fix: don't add green background for step 2 of 3
Browse files Browse the repository at this point in the history
  • Loading branch information
thorsten committed Nov 18, 2024
1 parent 416004e commit ff3b091
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion phpmyfaq/admin/assets/src/configuration/upgrade.js
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,6 @@ const installPackage = async () => {
progressBarInstallation.style.width = '100%';
progressBarInstallation.innerText = '100%';
progressBarInstallation.classList.remove('progress-bar-animated');
card.classList.add('text-bg-success');
return;
} else {
progressBarInstallation.style.width = JSON.parse(JSON.stringify(decodedValue)).progress;
Expand Down

0 comments on commit ff3b091

Please sign in to comment.