1
0
mirror of https://github.com/vichan-devel/vichan.git synced 2024-11-24 23:50:11 +01:00

ayylmao @marktaiwan

This commit is contained in:
8chan 2015-03-19 20:34:54 -07:00
parent 3e648e617f
commit e357e8b72c

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>');