Browse Source

undefined != null

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

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

function upload_status() { function upload_status() {


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

Loading…
Cancel
Save