Fixes file upload onClick bug, closes #82
This commit is contained in:
parent
36c139d33d
commit
41a16d5fdc
1 changed files with 1 additions and 1 deletions
|
@ -98,7 +98,7 @@ $(window).load(function () {
|
|||
};
|
||||
}
|
||||
|
||||
e.preventDefault();
|
||||
// e.preventDefault();
|
||||
$.each(e.originalEvent.dataTransfer.files, function(index, value) {
|
||||
|
||||
var file = e.originalEvent.dataTransfer.files[index];
|
||||
|
|
Loading…
Reference in a new issue