This commit is contained in:
seaweedchan 2013-08-24 23:36:07 -07:00
parent 7fa776a9c5
commit 5eb576d5f0
4 changed files with 10 additions and 855 deletions

View File

@ -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.
* 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

View File

@ -496,6 +496,7 @@ QR =
post.setFile file
openFileInput: (e) ->
return if e.keyCode and e.keyCode isnt 32
e.stopPropagation()
if e.shiftKey and e.type is 'click'
return QR.selected.rmFile()