Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
Cristopher Castro committed Jul 27, 2024
1 parent d3c73b2 commit 62e0d04
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,6 @@ <h6 class="text-primary p-1 mb-0"><em id="titulo">Titulo</em></h6>
<input type="text" class="form-control bg-verde text-white" id="motivo-clone" readonly>
</div>
</div>

<div class="col-3">
<div class="form-group mb-0">
<label class="mb-0"><small>c) Fecha probable de parto</small></label>
Expand Down
2 changes: 2 additions & 0 deletions privado/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -359,6 +359,8 @@ $( document ).ready(function() {
the("diaciclo").value = eg;
the("semanas").value = semanas;
the("dias").value = dias;

the("fpp").value = inputDate(fechas.fpp(_fur));
} else {
the("diaciclo").value = 0;
the("semanas").value = 0;
Expand Down

0 comments on commit 62e0d04

Please sign in to comment.