Browse Source

debug

master
Pascal Gloor 5 years ago
parent
commit
686d930395
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      www/js/autodoc.js

+ 1
- 0
www/js/autodoc.js View File

@@ -203,6 +203,7 @@ function upload_zone_drop(e) {
function handle_uploads(ev) {

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

Loading…
Cancel
Save