"app/git@sites.upe.br:walter.felipe/submeta.git" did not exist on "dc9c326c4933f9190dc0915e22258d91a3caf931"
Commit 2598483f authored by Gabriel-31415's avatar Gabriel-31415
Browse files

ajuste nome part

parent 7791189f
......@@ -25,7 +25,7 @@
<div class="col-md-12">
<a class="btn btn-light" data-toggle="collapse" id="idCollapseParticipante" href="#collapseParticipante" role="button" aria-expanded="false" aria-controls="collapseParticipante" style="width: 100%; text-align:left">
<div class="d-flex justify-content-between align-items-center">
<h4 id="tituloParticipante" style="color: #01487E; font-size:17px; margin-top:5px">Participante <span style="display: none;" id="display">:</span> </h4>
<h4 id="tituloParticipante" style="color: #01487E; font-size:17px; margin-top:5px">Participante<span id="pontos" style="display: none;">:</span> <span style="display: none;" id="display"></span> </h4>
</div>
</a>
</div>
......
......@@ -179,10 +179,12 @@
$('#nomeParticipante').keyup(function () {
$('#display').text($(this).val());
if($('#display').text($(this).val()) == ""){
if($('#nomeParticipante').val() == ""){
$('#display').hide();
$('#pontos').hide();
}else{
$('#display').show();
$('#pontos').show();
}
});
......
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