Skip to content

Commit

Permalink
fixed csv download name
Browse files Browse the repository at this point in the history
  • Loading branch information
nchuynh committed Aug 30, 2021
1 parent e268052 commit d550e6e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions minerva_analysis/client/templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -62,14 +62,14 @@
<label>Download gated channel ranges:
<span class="download_flex">
<input id="download_input1" type="text" autocomplete="false" spellcheck="false"
value="{{ data.datasources[0] }}_gated_channel_ranges.csv">
value="{{ data.datasource }}_gated_channel_ranges.csv">
<a id="download_gated_channel_ranges" class="download_button">&#8679;</a>
</span>
</label>
<label>Download gated cell encodings:
<span class="download_flex">
<input id="download_input2" type="text" autocomplete="false" spellcheck="false"
value="{{ data.datasources[0] }}_gated_cell_encodings.csv">
value="{{ data.datasource }}_gated_cell_encodings.csv">
<a id="download_gated_cell_encodings" class="download_button">&#8679;</a>
</span>
</label>
Expand Down

0 comments on commit d550e6e

Please sign in to comment.