mirror of
https://github.com/basicswap/basicswap.git
synced 2025-11-06 10:48:11 +01:00
ui: Updates + Cleanup + Added doge in charts + icons.
This commit is contained in:
@@ -449,6 +449,7 @@
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<style>
|
||||
select.select-disabled {
|
||||
opacity: 0.50 !important;
|
||||
@@ -643,7 +644,7 @@ document.addEventListener('DOMContentLoaded', function() {
|
||||
|
||||
function loadPrices() {
|
||||
const api_key = '{{chart_api_key}}';
|
||||
const coins = ['BTC', 'PART', 'XMR', 'LTC', 'FIRO', 'DASH', 'PIVX'];
|
||||
const coins = ['BTC', 'PART', 'XMR', 'LTC', 'FIRO', 'DASH', 'PIVX', 'DOGE'];
|
||||
|
||||
document.getElementById("priceTable").classList.remove("hidden");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user