ayylmao @marktaiwan

This commit is contained in:
8chan 2015-03-19 20:34:54 -07:00 committed by czaks
parent f26256f55a
commit 419d69b4ee

View File

@ -147,7 +147,7 @@ $(document).on('keypress click', '.dropzone, .dropzone .file-hint', function (e)
e.stopPropagation(); e.stopPropagation();
// accept mosue click or Enter // accept mosue click or Enter
if (e.which != 1 || e.which != 13) if (e.which != 1 && e.which != 13)
return; return;
var $fileSelector = $('<input type="file" multiple>'); var $fileSelector = $('<input type="file" multiple>');