From 434029966fb4b946f1a1463db031c6f8db495272 Mon Sep 17 00:00:00 2001 From: Arc <33088785+arcbtc@users.noreply.github.com> Date: Fri, 3 Apr 2020 20:36:44 +0100 Subject: [PATCH] Update index.html --- .../extensions/tpos/templates/tpos/index.html | 34 +++++-------------- 1 file changed, 9 insertions(+), 25 deletions(-) diff --git a/lnbits/extensions/tpos/templates/tpos/index.html b/lnbits/extensions/tpos/templates/tpos/index.html index 53392a0..8d4fead 100644 --- a/lnbits/extensions/tpos/templates/tpos/index.html +++ b/lnbits/extensions/tpos/templates/tpos/index.html @@ -12,20 +12,22 @@ mixins: [windowMixin], data () { + var optionswal = [] + + for (i = 0; i < user[3].length; i++) {optionswal[i] += String(user[3][i][1] + "-" + user[3][i][0]);} + return { model: null, model2: null, - optionswal: [ + model3: null, + optionswal, + optionscur: [ 'USD', 'EUR', 'GBP', 'DZD', 'ARP', 'AUD', 'ATS', 'BSD', 'BBD', 'BEF', 'BMD', 'BRL', 'BGL', 'CAD', 'CLP', 'CNY', 'CYP', 'CSK', 'DKK', 'NLG', 'XCD', 'EGP', 'FJD', 'FIM', 'FRF', 'DEM', 'XAU', 'GRD', 'HKD', 'HUF', 'ISK', 'INR', 'IDR', 'IEP', 'ILS', 'ITL', 'JMD', 'JPY', 'JOD', 'KRW', 'LBP', 'LUF', 'MYR', 'MXP', 'NLG', 'NZD', 'NOK', 'PKR', 'XPD', 'PHP', 'XPT', 'PLZ', 'PTE', 'ROL', 'RUR', 'SAR', 'XAG', 'SGD', 'SKK', 'ZAR', 'KRW', 'ESP', 'XDR', 'SDD', 'SEK', 'CHF', 'TWD', 'THB', 'TTD', 'TRL', 'VEB', 'ZMK', 'EUR', 'XCD', 'XDR', 'XAG', 'XAU', 'XPD', 'XPT', - - ], - optionscur: [] + ] } } - - }); {% endblock %} @@ -52,7 +54,6 @@
- @@ -68,10 +69,7 @@

Select PoS

- - {% for w in user_fau %} - - {% endfor %} +


@@ -83,23 +81,12 @@ {% endblock %}