I'm having a bad morning.

This commit is contained in:
Zixaphir 2014-04-05 05:39:01 -07:00
parent 813ebd3039
commit 22d7295217
3 changed files with 3 additions and 3 deletions

View File

@ -6413,7 +6413,7 @@
return post.setFile(file);
}
},
openFileInput: function() {
openFileInput: function(e) {
var _ref;
e.stopPropagation();
if (e.shiftKey && e.type === 'click') {

View File

@ -6469,7 +6469,7 @@
return post.setFile(file);
}
},
openFileInput: function() {
openFileInput: function(e) {
var _ref;
e.stopPropagation();
if (e.shiftKey && e.type === 'click') {

View File

@ -396,7 +396,7 @@ QR =
post.pasteText file
else
post.setFile file
openFileInput: ->
openFileInput: (e) ->
e.stopPropagation()
if e.shiftKey and e.type is 'click'
return QR.selected.rmFile()