From 0244e9e33357a1a018351114d44ba1b1e3ed37cc Mon Sep 17 00:00:00 2001 From: Skylar Ittner Date: Fri, 5 May 2023 15:54:40 -0600 Subject: [PATCH] Fix two Quick Send bugs --- www/assets/js/quicksend.js | 2 +- www/pages/quicksend.html | 7 ++++--- 2 files changed, 5 insertions(+), 4 deletions(-) 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 @@