From 9fc82604136b214152a844042a4cbcc5731ff7d8 Mon Sep 17 00:00:00 2001 From: Cristopher Castro Date: Thu, 19 Dec 2024 21:26:21 -0300 Subject: [PATCH] . --- app.js | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/app.js b/app.js index 6984529a..83a9f1b4 100644 --- a/app.js +++ b/app.js @@ -566,6 +566,14 @@ $( document ).ready(function() { } }); + the("monitoreo.ovulatorio").onchange = function(){ + if (this.value == "si"){ + the("monitoreoOvulatorio").classList.remove("d-none") + }else{ + the("monitoreoOvulatorio").classList.add("d-none") + } + } + $("#embrion\\.clon").on("change", function(){ the("embrion").value = this.value $("#embrion").trigger("click")