Commit 5d8cef8f authored by Guilherme Silva's avatar Guilherme Silva
Browse files

Ajuste no card do participante

parent 26b1c1e2
......@@ -198,6 +198,8 @@
}else {
linkNome.innerText = `Nome: ${nome.value}`;
}
}else{
linkNome.innerText = `Discente `+(id+1);
}
if(id >=1){
document.getElementById("cancelar"+(id-1)).setAttribute("disabled", true);
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment