diff --git a/docs/index.html b/docs/index.html index 0541e1f..899b196 100644 --- a/docs/index.html +++ b/docs/index.html @@ -203,7 +203,7 @@ My orders - Open + Live Trades @@ -252,14 +252,14 @@ - Open + Live Trades
-

Open orders

+

Live orders

Order placement denotes priority at which orders will get executed.

@@ -2084,6 +2084,7 @@ fill: 'forwards' }) .onfinish = () => { + if (!target.parentNode) return const height = target.getBoundingClientRect().height const siblings = Array.from(target.parentNode.children) const nextSiblings = siblings.slice(siblings.indexOf(target) + 1) @@ -2170,7 +2171,7 @@ ${quantity} ${asset}
-

${tradeType === 'buy' ? 'Min cost (Amount locked)' : 'Max earned'}

+

${tradeType === 'buy' ? 'Min cost' : 'Max earned'}

${minTotal} @ ${currentPrice}/${asset}
@@ -2181,6 +2182,9 @@ ${total} @ ${price}/${asset}
+

+ All trades will be executed at current price. +

`; break; }