Skip to content

Commit

Permalink
Merge pull request #2319 from WikiWatershed/ki/remove-compare-view-do…
Browse files Browse the repository at this point in the history
…wnload-button

Remove compare view download button

Connects #2312
  • Loading branch information
kellyi committed Oct 3, 2017
2 parents 08d314a + f4243f1 commit 38588da
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/mmw/js/src/compare/templates/compareInputs.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,3 @@
<button id="compare-input-button-chart" class="{{ 'active' if mode == 'chart' }}"><i class="fa fa-bar-chart"></i></button>
<button id="compare-input-button-table" class="{{ 'active' if mode == 'table' }}"><i class="fa fa-table"></i></button>
</div>
<div class="compare-download compare-input">
<button>
<i class="fa fa-download"></i>
</button>
</div>

0 comments on commit 38588da

Please sign in to comment.