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); return post.setFile(file);
} }
}, },
openFileInput: function() { openFileInput: function(e) {
var _ref; var _ref;
e.stopPropagation(); e.stopPropagation();
if (e.shiftKey && e.type === 'click') { if (e.shiftKey && e.type === 'click') {

View File

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

View File

@ -396,7 +396,7 @@ QR =
post.pasteText file post.pasteText file
else else
post.setFile file post.setFile file
openFileInput: -> openFileInput: (e) ->
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()