Browse Source

typo

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

+ 2
- 2
www/js/autodoc.js View File

@@ -191,10 +191,10 @@ function upload_zone_drop(e) {
$.post(conf.openapi + "/documents", {}, function(data) {
temp.documentid = data.id;
handle_uploads(ev);
})
});
}
else {
handle_uplaods(ev);
handle_uploads(ev);
}
}


Loading…
Cancel
Save