upload page: need to fix click problem, want to show the list of machines, TODO

This commit is contained in:
liuzheng712
2015-11-06 00:21:59 +08:00
parent 09087a4d8f
commit 12a0a35adf
2 changed files with 73 additions and 6 deletions

View File

@@ -662,7 +662,7 @@
this.element.setAttribute("enctype", "multipart/form-data");
}
if (this.element.classList.contains("dropzone") && !this.element.querySelector(".dz-message")) {
this.element.appendChild(Dropzone.createElement("<div class=\"dz-default dz-message\"><span>" + this.options.dictDefaultMessage + "</span></div>"));
this.element.appendChild(Dropzone.createElement("<div class=\"dz-default dz-message\" style=\"z-index:1;\"><span>" + this.options.dictDefaultMessage + "</span></div>"));
}
if (this.clickableElements.length) {
setupHiddenFileInput = (function(_this) {