diff --git a/www/assets/js/quicksend.js b/www/assets/js/quicksend.js index 4ab2e61..c00faed 100644 --- a/www/assets/js/quicksend.js +++ b/www/assets/js/quicksend.js @@ -7,7 +7,7 @@ function showAddressQRCode() { var content = "QSv1|tofrom" - + "|" + inStorage("accountnumber") ? getStorage("accountnumber") : "" + + "|" + (inStorage("accountnumber") ? getStorage("accountnumber") : "") + "|" + $("#addresscodeform #to_name").val() + "|" + $("#addresscodeform #to_company").val() + "|" + $("#addresscodeform #to_street1").val() diff --git a/www/pages/quicksend.html b/www/pages/quicksend.html index 369ffef..938535b 100644 --- a/www/pages/quicksend.html +++ b/www/pages/quicksend.html @@ -23,7 +23,7 @@
- For faster service, fill in this form and press Show Barcode. We'll just scan your phone screen instead of typing everything in by hand. + For faster service, fill in this form and press Show Barcode, then scan the barcode that appears.
All fields are optional, but fill in as much as possible.
@@ -446,8 +446,9 @@