From beeed78dc692e17ec454c53c5cd4c45eec035406 Mon Sep 17 00:00:00 2001 From: Naiel <109038805+naielv@users.noreply.github.com> Date: Thu, 5 Jun 2025 12:19:20 +0200 Subject: [PATCH] add hide buttons --- index.html | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) 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 @@ Zona Persona - Estado + Estado Comanda Precio @@ -2177,7 +2181,7 @@ }" height="50">
${persona.Nombre || "" }
${persona.Puntos || "0" } pts. - +