Skip to content

Commit

Permalink
Fix saving figures/data for tabs.
Browse files Browse the repository at this point in the history
  • Loading branch information
arnikz committed Oct 17, 2020
1 parent add2b57 commit 0c65a6f
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions templates/results.html
Original file line number Diff line number Diff line change
Expand Up @@ -180,10 +180,10 @@
<!-- Buttons to save figures in SVG, PDF and PNG or show data in JSON -->
<div class="text-center">
<b>Save as:</b>
<button class="btn btn-primary" id="statpep.svg" value="">SVG</button>
<button class="btn btn-primary" id="statpep.pdf" value="">PDF</button>
<button class="btn btn-primary" id="statpep.png" value="">PNG</button>
<button class="btn btn-secondary" id="statpep.json" value="">JSON</button>
<button class="btn btn-primary" id="statprot.svg" value="">SVG</button>
<button class="btn btn-primary" id="statprot.pdf" value="">PDF</button>
<button class="btn btn-primary" id="statprot.png" value="">PNG</button>
<button class="btn btn-secondary" id="statprot.json" value="">JSON</button>
</div>
</div>
</div><!-- proteins -->
Expand All @@ -202,10 +202,10 @@
<!-- Buttons to save figures in SVG, PDF and PNG or show data in JSON -->
<div class="text-center">
<b>Save as:</b>
<button class="btn btn-primary" id="statpep.svg" value="">SVG</button>
<button class="btn btn-primary" id="statpep.pdf" value="">PDF</button>
<button class="btn btn-primary" id="statpep.png" value="">PNG</button>
<button class="btn btn-secondary" id="statpep.json" value="">JSON</button>
<button class="btn btn-primary" id="statgrp.svg" value="">SVG</button>
<button class="btn btn-primary" id="statgrp.pdf" value="">PDF</button>
<button class="btn btn-primary" id="statgrp.png" value="">PNG</button>
<button class="btn btn-secondary" id="statgrp.json" value="">JSON</button>
</div>
</div>
</div><!-- protein groups -->
Expand All @@ -224,10 +224,10 @@
<!-- Buttons to save figures in SVG, PDF and PNG or show data in JSON -->
<div class="text-center">
<b>Save as:</b>
<button class="btn btn-primary" id="statpep.svg" value="">SVG</button>
<button class="btn btn-primary" id="statpep.pdf" value="">PDF</button>
<button class="btn btn-primary" id="statpep.png" value="">PNG</button>
<button class="btn btn-secondary" id="statpep.json" value="">JSON</button>
<button class="btn btn-primary" id="statregrp.svg" value="">SVG</button>
<button class="btn btn-primary" id="statregrp.pdf" value="">PDF</button>
<button class="btn btn-primary" id="statregrp.png" value="">PNG</button>
<button class="btn btn-secondary" id="statregrp.json" value="">JSON</button>
</div>
</div>
</div><!-- regulated protein groups -->
Expand Down

0 comments on commit 0c65a6f

Please sign in to comment.