version bump

This commit is contained in:
pbca26 2018-01-31 00:48:50 +03:00
parent f4503e14cd
commit a72e921924
1 changed files with 11 additions and 11 deletions

View File

@ -5,7 +5,7 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<title>BarterDEX - v0.8.6-rc</title>
<title>BarterDEX - v0.8.7-rc</title>
<!-- Bootstrap -->
<link href="css/bootstrap.min.css" type="text/css" rel="stylesheet" id="bright_css_style">
@ -101,7 +101,7 @@
<input type="password" id="loginPassphrase" class="form-control loginPassphrase language" data-langstr="login_passphrase_input_placeholder" placeholder="" data-toggle="password" required>
<!--
<span class="input-group-btn">
<button class="btn btn-grey btn_login_show_passphrase" style="height: 44px; margin-bottom: 10px;"><span class="glyphicon glyphicon-eye-close" aria-hidden="true"></span></button>
<button class="btn btn-grey btn_login_show_passphrase" style="height: 44px; margin-bottom: 10px;"><span class="glyphicon glyphicon-eye-close" aria-hidden="true"></span></button>
</span> -->
</div>
@ -111,7 +111,7 @@
<input type="number" id="loginNetid" class="form-control loginNetid language" data-langstr="login_netid_input_placeholder" placeholder="" value="0" required>
</span>
</div>
<div class="col-sm-8" style="margin-bottom: 10px; padding: 0 0 0 5px;">
@ -186,11 +186,11 @@
</nav>
<!-- Section: Navigation Menu END -->
<div class="dextradeshistory" style="display: none; margin-top: 60px;">
<span class="refresh-trades-history-icon" onclick="constructTradesHistory()">
<i class="fa fa-refresh"></i>
</span>
<div id="trades-history-content">
<svg id="trades-history-spinner">
<circle class="path" cx="50" cy="50" r="20" fill="none" stroke-width="5" stroke-miterlimit="10"/>
@ -392,8 +392,8 @@
</div>
<div class="screen-exchange" style="display: none; margin-top: 60px;">
<div class="col-md-5 col-lg-4" style="padding: 2px;">
<div class="row">
@ -437,7 +437,7 @@
</div>
<div class=""> <!-- panel-body -->
<div class="tab-content">
<div class="tab-pane fade in active" id="exchange_trading_pair" style="padding: 15px;">
<div class="row">
<div class="col-sm-12">
@ -576,13 +576,13 @@
</div>
</div>
</div>
</div>
<div class="col-sm-12 col3">
@ -903,7 +903,7 @@
<script src="js/simpledexactions.js" type="text/javascript"></script>
<script src="js/electrum_list.js" type="text/javascript"></script>
<script src="js/barterdex_remote_alerts.js" type="text/javascript"></script>
<script src="js/language-codes_json.js" type="text/javascript"></script>
<script src="js/country_list_json.js" type="text/javascript"></script>
<script src="js/barterdex_localization.js" type="text/javascript"></script>