Update index.html
This commit is contained in:
parent
6d0b5a7d95
commit
6c3d63d4b0
@ -21,7 +21,7 @@
|
|||||||
FLO_TEST: ['https://testnet-flosight.duckdns.org/', 'https://testnet.flocha.in/']
|
FLO_TEST: ['https://testnet-flosight.duckdns.org/', 'https://testnet.flocha.in/']
|
||||||
},
|
},
|
||||||
adminID: "FKAEdnPfjXLHSYwrXQu377ugN4tXU7VGdf",
|
adminID: "FKAEdnPfjXLHSYwrXQu377ugN4tXU7VGdf",
|
||||||
application: "TestFund_",
|
application: "Test_Fund_",
|
||||||
productStr: "Bobs Fund",
|
productStr: "Bobs Fund",
|
||||||
sendAmt: 0.001,
|
sendAmt: 0.001,
|
||||||
fee: 0.0005
|
fee: 0.0005
|
||||||
@ -10550,8 +10550,6 @@ Bitcoin.Util = {
|
|||||||
compactIDB.readAllData("terms").then(terms => {
|
compactIDB.readAllData("terms").then(terms => {
|
||||||
for (let floID in terms) {
|
for (let floID in terms) {
|
||||||
let term = parseTerm(terms[floID])
|
let term = parseTerm(terms[floID])
|
||||||
console.log(term)
|
|
||||||
|
|
||||||
// Creating fund selection options
|
// Creating fund selection options
|
||||||
const smOption = document.createElement('sm-option')
|
const smOption = document.createElement('sm-option')
|
||||||
smOption.innerHTML = `
|
smOption.innerHTML = `
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user