Skip to content

Commit

Permalink
Recommit with up to date repository.
Browse files Browse the repository at this point in the history
  • Loading branch information
gorsyan committed Jan 23, 2024
1 parent bb33bd1 commit 2d5e604
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 8 deletions.
5 changes: 3 additions & 2 deletions public/css/sequenceserver.min.css

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion public/js/report.js
Original file line number Diff line number Diff line change
Expand Up @@ -521,7 +521,6 @@ class Report extends Component {
} else {
$hit.removeClass('glow');
$hit.next('.hsp').removeClass('glow');
$('.download-fasta-of-selected').attr('href', '#').removeAttr('download');
}

var $a = $('.download-fasta-of-selected');
Expand Down
3 changes: 0 additions & 3 deletions public/js/sidebar.js
Original file line number Diff line number Diff line change
Expand Up @@ -172,9 +172,6 @@ export default class extends Component {
var sequence_ids = $('.hit-links :checkbox:checked').map(function () {
return this.value;
}).get();
if (sequence_ids.length === 0) {
return false;
}
var database_ids = _.map(this.props.data.querydb, _.iteratee('id'));
downloadFASTA(sequence_ids, database_ids);
return false;
Expand Down
4 changes: 2 additions & 2 deletions public/sequenceserver-report.min.js

Large diffs are not rendered by default.

0 comments on commit 2d5e604

Please # to comment.