Skip to content

Commit

Permalink
Fix tests again
Browse files Browse the repository at this point in the history
  • Loading branch information
liliakai committed Apr 18, 2017
1 parent 79ad09b commit c98ec91
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions js/views/attachment_view.js
Expand Up @@ -93,11 +93,10 @@
view.$el.trigger('show');
break;

case 'video':
default:
if (this.view instanceof MediaView) {
break;
return;
}
default:
this.saveFile();
}
},
Expand Down

1 comment on commit c98ec91

@WhisperBTC
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks! BitHub has sent payment of $62.06USD for this commit.

Please sign in to comment.