Browse Source

debug

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

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

@@ -286,9 +286,9 @@ function upload_read_event(e) {
}

function upload_status() {
console.log("upload_status");
// console.log("upload_status");
$.each(temp.upload, function (id, file) {
if ($('.autodoc_upload_status_' + id) === 'undefined') {
if ($('.autodoc_upload_status_' + id).length) {
var obj = $(".autodoc_template_progress").children().clone();
$('.autodoc_upload_status').append(obj);
}

Loading…
Cancel
Save