ayylmao @marktaiwan
This commit is contained in:
parent
f26256f55a
commit
419d69b4ee
@ -147,7 +147,7 @@ $(document).on('keypress click', '.dropzone, .dropzone .file-hint', function (e)
|
||||
e.stopPropagation();
|
||||
|
||||
// accept mosue click or Enter
|
||||
if (e.which != 1 || e.which != 13)
|
||||
if (e.which != 1 && e.which != 13)
|
||||
return;
|
||||
|
||||
var $fileSelector = $('<input type="file" multiple>');
|
||||
|
Loading…
Reference in New Issue
Block a user