bug: criei um bug na page orders🙃

This commit is contained in:
2025-01-22 16:59:26 -03:00
parent 1d96e8791e
commit 04e78a0f79
9 changed files with 327 additions and 10 deletions

View File

@@ -20,4 +20,10 @@ function openTab(evt, etapa) {
for (i = 0; i < tabcontent.length; i++) {
tabcontent[i].style.display = "none";
}
tabcontent[0].style.display = "block";
tabcontent[0].style.display = "block";
function delayTab(evt,tab){
setTimeout(function() {
openTab(evt, tab);}, 200);
}