Pascal Gloor 5 anni fa
parent
commit
452cbf156c
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  1. 2
    0
      www/js/autodoc.js

+ 2
- 0
www/js/autodoc.js Vedi File

@@ -202,6 +202,8 @@ function upload_zone_drop(e) {

function handle_uploads(ev) {

console.log(ev.dataTransfer.files);

$.each(ev.dataTransfer.files, function(id,file) {
console.log(handle_uploads, file);
var fileid = temp.upload.length;

Loading…
Annulla
Salva