Merge branch 'main' of https://github.com/ranchimall/blockchain-bonds into main
This commit is contained in:
commit
ce0a049a1f
@ -116,7 +116,7 @@
|
|||||||
</label>
|
</label>
|
||||||
<label class="grid gap-0-5">
|
<label class="grid gap-0-5">
|
||||||
Base BTC value ($)
|
Base BTC value ($)
|
||||||
<input type="text" name="base" pattern="^[\d,]+.?\d$" required>
|
<input type="text" name="base" pattern="[\d,]+.?\d" required>
|
||||||
</label>
|
</label>
|
||||||
<label class="grid gap-0-5">
|
<label class="grid gap-0-5">
|
||||||
Base USD rate (₹)
|
Base USD rate (₹)
|
||||||
@ -10089,7 +10089,7 @@ Bitcoin.Util = {
|
|||||||
|
|
||||||
const bond = document.createElement('bond-transaction')
|
const bond = document.createElement('bond-transaction')
|
||||||
bond.data = obj
|
bond.data = obj
|
||||||
bond.setAttribute("title", data[i].replace(/\|/g, "\n"))
|
//bond.setAttribute("title", data[i].replace(/\|/g, "\n"))
|
||||||
frag.append(bond)
|
frag.append(bond)
|
||||||
}
|
}
|
||||||
getRef('bond_list').append(frag)
|
getRef('bond_list').append(frag)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user