Explorar el Código

testing

master
Pascal Gloor hace 5 años
padre
commit
f059c194bb
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

@@ -63,7 +63,7 @@ $(document).ready(function () {
$('input.autodoc_home_modal_name').removeClass('d-none');
});

$('input.autodoc_home_modal_name').keypress(function(e) {
$('input.autodoc_home_modal_name').onchange(function(e) {
console.log(e);
});
});

Cargando…
Cancelar
Guardar