Skip to content

Commit

Permalink
Update revision-nombre-completo.html
Browse files Browse the repository at this point in the history
  • Loading branch information
leog authored Apr 16, 2024
1 parent 0ed2903 commit ba94523
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion plataforma/revision-nombre-completo.html
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit ba94523

Please sign in to comment.