Testing for Linux

This commit is contained in:
Nathan Parikh 2017-09-06 08:42:06 -05:00
parent d087f41c05
commit 33221b0721
2 changed files with 2 additions and 4 deletions

View File

@ -368,7 +368,7 @@
</ul> </ul>
</div><!-- #coinsearch --> </div><!-- #coinsearch -->
<!-- this stopped working for some reason <!-- need to figure out how to save currency selection on close/open -->
<h3>Choose Your Base Currency</h3> <h3>Choose Your Base Currency</h3>
<label class="custom-select"> <label class="custom-select">
<select id="base" onchange="setBase()"> <select id="base" onchange="setBase()">
@ -376,11 +376,9 @@
<option value="EUR">EUR</option> <option value="EUR">EUR</option>
<option value="GBP">GBP</option> <option value="GBP">GBP</option>
<option value="BTC">BTC</option> <option value="BTC">BTC</option>
<option value="LTC">LTC</option>
<option value="ETH">ETH</option>
</select> </select>
</label> </label>
-->
<h3>Tip Jar</h3> <h3>Tip Jar</h3>
<ul id="tips"> <ul id="tips">

Binary file not shown.