Pascal Gloor hace 5 años
padre
commit
aaae337f46
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      www/js/autodoc.js

+ 1
- 1
www/js/autodoc.js Ver fichero

@@ -83,7 +83,7 @@ $(document).ready(function () {
return false;
})

$('.autodoc_tag_text').keypress(function(e) {
$('.autodoc_tag_text').keyup(function(e) {
$('#autodoc_tag_result').html($(e.target).val());
});
});

Cargando…
Cancelar
Guardar