mirror of
https://github.com/welton89/RRBEC.git
synced 2026-04-05 21:45:41 +00:00
bug: criei um bug na page orders🙃
This commit is contained in:
@@ -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);
|
||||
}
|
||||
Reference in New Issue
Block a user