Fix #164
This commit is contained in:
parent
7fa776a9c5
commit
5eb576d5f0
2
LICENSE
2
LICENSE
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* 4chan X - Version 1.2.35 - 2013-08-23
|
* 4chan X - Version 1.2.35 - 2013-08-24
|
||||||
*
|
*
|
||||||
* Licensed under the MIT license.
|
* Licensed under the MIT license.
|
||||||
* https://github.com/seaweedchan/4chan-x/blob/master/LICENSE
|
* https://github.com/seaweedchan/4chan-x/blob/master/LICENSE
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -496,6 +496,7 @@ QR =
|
|||||||
post.setFile file
|
post.setFile file
|
||||||
|
|
||||||
openFileInput: (e) ->
|
openFileInput: (e) ->
|
||||||
|
return if e.keyCode and e.keyCode isnt 32
|
||||||
e.stopPropagation()
|
e.stopPropagation()
|
||||||
if e.shiftKey and e.type is 'click'
|
if e.shiftKey and e.type is 'click'
|
||||||
return QR.selected.rmFile()
|
return QR.selected.rmFile()
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user