Skip to content

Commit

Permalink
part 2
Browse files Browse the repository at this point in the history
  • Loading branch information
mboudet committed Feb 8, 2019
1 parent 5a0af67 commit a27e7d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/expression-fix.js
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
this.expNormal();

// Change the link address
var link = this.base_url + '/analysis-expression/download?feature_ids=' + this.feature_id + '&analysis_id=' + this.selectedAnalysis;
var link = this.base_url + 'analysis-expression/download?feature_ids=' + this.feature_id + '&analysis_id=' + this.selectedAnalysis;
$('#expressionDownloadLink').attr('href', link);
},

Expand Down

0 comments on commit a27e7d6

Please sign in to comment.