Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
Cristopher Castro committed Apr 5, 2024
1 parent 4f63fc6 commit adb530a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions privado/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -558,15 +558,15 @@ $( document ).ready(function() {
})

$("#embrion, #embrion\\.clon").on("click", function(){
this.onchange()
$(this).trigger("change")
})

$("#embrion, #embrion\\.clon").on("change", function(){
let optiones = ["no se observa aun", "no se observa"];
let cardio = ["con act. cardiaca (+)"];
let embrion = the("embrion").value;

if (this.id = "embrion"){
if (this.id == "embrion"){
the("embrion.clon").value = the("embrion").value
}else{
the("embrion").value = the("embrion.clon").value
Expand Down

0 comments on commit adb530a

Please sign in to comment.