Explorar el Código

nailed it!

master
Pascal Gloor hace 6 años
padre
commit
e820359dce
Se han modificado 1 ficheros con 1 adiciones y 2 borrados
  1. 1
    2
      www/js/autodoc.js

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

return xhr; return xhr;
}, },
success: function(data, status, xhr){ success: function(data, status, xhr){
console.log("upload_complete",this, data, status, xhr);
temp.upload[id].progress = 100;
temp.upload[this.context].progress = 100;


} }
}); });

Cargando…
Cancelar
Guardar