diff --git a/www/assets/images/drop-box-location.svg b/www/assets/images/drop-box-location.svg new file mode 100644 index 0000000..6d86840 --- /dev/null +++ b/www/assets/images/drop-box-location.svg @@ -0,0 +1,2 @@ + + diff --git a/www/assets/js/dropandsend.js b/www/assets/js/dropandsend.js index 82739d6..3e59cc5 100644 --- a/www/assets/js/dropandsend.js +++ b/www/assets/js/dropandsend.js @@ -145,7 +145,7 @@ $("body").on("popup:open", "#dasLocationMapPopup", function () { $("body").on("popup:open", "#dasHowItWorksPopup", function () { // Put user's account number in the instructions if (inStorage("accountnumber") && inStorage("accountkey")) { - $("#dasHowItWorksAccountNumber").text(" (yours is " + getStorage("accountnumber") + ")"); + $("#dasHowItWorksAccountNumber").text(" (" + getStorage("accountnumber") + ")"); } trackPageView("/dropandsend/howitworks_popup", $("#dasHowItWorksPopup .navbar .navbar-inner .title").first().text()); diff --git a/www/pages/dropandsend.html b/www/pages/dropandsend.html index df0df2b..cf36e14 100644 --- a/www/pages/dropandsend.html +++ b/www/pages/dropandsend.html @@ -25,16 +25,19 @@