This seems redundant now

This commit is contained in:
Jordan Bates 2013-08-26 20:48:50 -07:00
parent d30ed0a8ec
commit e44480c0c6
3 changed files with 0 additions and 7 deletions

View File

@ -5590,9 +5590,6 @@
return post.setFile(file);
},
openFileInput: function(e) {
if (e.keyCode && ![32, 13].contains(e.keyCode)) {
return;
}
e.stopPropagation();
if (e.shiftKey && e.type === 'click') {
return QR.selected.rmFile();

View File

@ -5600,9 +5600,6 @@
return post.setFile(file);
},
openFileInput: function(e) {
if (e.keyCode && ![32, 13].contains(e.keyCode)) {
return;
}
e.stopPropagation();
if (e.shiftKey && e.type === 'click') {
return QR.selected.rmFile();

View File

@ -497,7 +497,6 @@ QR =
post.setFile file
openFileInput: (e) ->
return if e.keyCode and not [32, 13].contains e.keyCode
e.stopPropagation()
if e.shiftKey and e.type is 'click'
return QR.selected.rmFile()