Explorar el Código

testing

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

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

@@ -18,7 +18,9 @@ $(document).ready(function() {
$(document).scroll(function() {
page_home_scroll();
});
$('#autodoc_upload_zone').event('change', file_upload);
$('#autodoc_upload_zone').change(function() {
console.log(this);
});
});

$(window).bind("hashchange", function() {

Cargando…
Cancelar
Guardar