From ba945239bd340319a96c397d306768ae1cf10f24 Mon Sep 17 00:00:00 2001 From: Leo Giovanetti Date: Tue, 16 Apr 2024 16:19:55 -0300 Subject: [PATCH] Update revision-nombre-completo.html --- plataforma/revision-nombre-completo.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/plataforma/revision-nombre-completo.html b/plataforma/revision-nombre-completo.html index ae79a51..b62c304 100644 --- a/plataforma/revision-nombre-completo.html +++ b/plataforma/revision-nombre-completo.html @@ -115,8 +115,9 @@ var tippyIn = false; var submitButton = document.getElementById("submit_form"); var fullNameField = document.getElementById("full_name"); + var template = document.querySelector('#reglas_tmpl'); tippy(fullNameField, { - html: document.querySelector('#reglas_tmpl'), + content: template.innerHTML, placement: 'right', arrow: true, hideOnClick: false,