AltMarkets: 24H price change - New API method & Reverse Sells order

This commit is contained in:
joeuhren
2020-11-20 14:19:50 -07:00
parent df35341be2
commit 6b7dc4e4ce
2 changed files with 13 additions and 6 deletions
+1 -1
View File
@@ -28,7 +28,7 @@ block market_view
td.hidden-xs #{marketdata.data.summary.bid}
td.hidden-xs #{marketdata.data.summary.ask}
td.hidden-xs #{marketdata.data.summary.last}
- var altmarkets_change = (marketdata.data.summary.change).toFixed(4);
- var altmarkets_change = (marketdata.data.summary.change);
if altmarkets_change >= 0
td.success +#{altmarkets_change} %
else