From 488583efc8ea730f1a9eb08af3aaa261a90a3bfd Mon Sep 17 00:00:00 2001 From: arzynik Date: Wed, 7 Nov 2012 13:37:15 -0500 Subject: [PATCH] fixes #508 --- 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 e3f294f50..fa57f89b2 100644 --- a/www/assets/js/app.js +++ b/www/assets/js/app.js @@ -251,7 +251,7 @@ App.page.restaurant = function(id) { (App.restaurant.image ? '
' : '') + '
' + '
' + - '
Your Order
Please add $' + parseFloat(App.restaurant.delivery_min - App.cart.total()).toFixed(2) + ' more to your order to meet the delivery minimum of $' + parseFloat(App.restaurant.delivery_min).toFixed(2) + '.
' + + '
Your Order
Add $' + parseFloat(App.restaurant.delivery_min - App.cart.total()).toFixed(2) + ' from menu to meet delivery minimum.
' + '
' + '
' + '
'