diff --git a/index.html b/index.html index 5daf4d6..9dbb193 100644 --- a/index.html +++ b/index.html @@ -2098,6 +2098,10 @@ }, index: function () { var tts = false; + var sc_nobtn = "" + if (urlParams.get("sc_nobtn") == "yes") { + sc_nobtn = "display: none" + } setTimeout(() => {tts = true; console.log("TTS Enabled"); toastr.info("Texto a voz disponible")}, 7500) const tablebody = safeuuid(); var btn_new = safeuuid(); @@ -2112,7 +2116,7 @@