Style for form application,confirmations, playment
This commit is contained in:
@@ -230,7 +230,7 @@ function progressBar() {
|
||||
basicProgress.innerHTML = `<span class="text-success fw-bold">Basic question ✓</span>`;
|
||||
basicBarWrap.classList.add('d-none');
|
||||
} else {
|
||||
basicProgress.innerText = `Question ${idxBasic + 1} / ${basic.length -1 }`;
|
||||
basicProgress.innerText = `Question ${idxBasic + 1} / ${basic.length}`;
|
||||
}
|
||||
let percent = ((idxBasic + 1) / basic.length) * 100;
|
||||
basicBar.style.width = percent + "%";
|
||||
|
||||
Reference in New Issue
Block a user