diff --git a/sapl/templates/materia/autoria_multicreate_form.html b/sapl/templates/materia/autoria_multicreate_form.html index 59c3ece91..105d42d51 100644 --- a/sapl/templates/materia/autoria_multicreate_form.html +++ b/sapl/templates/materia/autoria_multicreate_form.html @@ -26,21 +26,23 @@ if (autores_pre_cadastrados.indexOf(obj.value) !== -1) return ; - $('') + let input = $('') .attr('type', 'checkbox') .attr('name','autor') .attr('id', 'id_autor_'+idx) .attr('value', obj.value) .appendTo( - $('').text(obj.text) + $('') .appendTo( $('