mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-09 18:03:44 +02:00
Fixes file upload onClick bug, closes #82
This commit is contained in:
@@ -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];
|
||||
|
||||
Reference in New Issue
Block a user