Browse Source

ayylmao @marktaiwan

pull/40/head
8chan 9 years ago
committed by czaks
parent
commit
419d69b4ee
  1. 2
      js/file-selector.js

2
js/file-selector.js

@ -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…
Cancel
Save