Pascal Gloor hace 5 años
padre
commit
6cbe85e36c
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').onchange(function(e) {
$('input.autodoc_home_modal_name').change(function(e) {
console.log(e);
});
});

Cargando…
Cancelar
Guardar