From 158833d505476bbe6d6d0e47e853875ebcf92bbd Mon Sep 17 00:00:00 2001 From: arzynik Date: Fri, 31 Aug 2012 13:38:19 -0400 Subject: [PATCH] fixes #163 --- www/assets/js/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/assets/js/app.js b/www/assets/js/app.js index 117bb4ddf..be24dbcd4 100644 --- a/www/assets/js/app.js +++ b/www/assets/js/app.js @@ -658,7 +658,7 @@ App.cart = { $('.cart-total').html(totalText); if (App.order['pay_type'] == 'card') { - tipText = App.restaurant.delivery_fee ? ', tip and fees' : 'and tip'; + tipText = App.restaurant.delivery_fee ? ', tip and fees' : ' and tip'; $('.cash-order-aprox').html(''); } else { tipText = App.restaurant.delivery_fee ? ' and fees' : '';