Commit 5128eb27c4dfaf20b3f3e58c29dadc521804a2c6

Authored by hitier
1 parent f994803b
Exists in rhitier-dev

Disable the DOWNLOAD button

Showing 1 changed file with 2 additions and 0 deletions   Show diff stats
web/view/home.html.jinja2
... ... @@ -166,11 +166,13 @@
166 166 </button>
167 167 </div>
168 168 <div class="plots-actions plots-buttons">
  169 +{#
169 170 <button id="download"
170 171 class="mdl-button mdl-button--raised mdl-button--primary"
171 172 title="Download the raw data for each selected target and parameters.">
172 173 Download
173 174 <div id="download_spinner" class="mdl-spinner mdl-js-spinner is-active"></div>
  175 +#}
174 176 </button>
175 177 {% if not is_esa %}
176 178 {#
... ...