From e388bd5358990b1d7a0ba69235e7cdd1cced2e2d Mon Sep 17 00:00:00 2001 From: Jonathan Rosenbaum Date: Tue, 2 Jan 2018 07:36:17 +0000 Subject: [PATCH] This closes #58. --- js/transaction.js | 2 +- start_shop.php | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/js/transaction.js b/js/transaction.js index a0cb836..4cecb78 100644 --- a/js/transaction.js +++ b/js/transaction.js @@ -1307,7 +1307,7 @@ $(function() { if (volunteer.hasOwnProperty(year)) { if (volunteer[year].max_bike_earned >= obj.max_bike_earned) { $("#redeemable_hours").spinner("disable"); - } + } } } } diff --git a/start_shop.php b/start_shop.php index 5d6ca4c..59fb3b7 100644 --- a/start_shop.php +++ b/start_shop.php @@ -136,7 +136,8 @@ if ((isset($_POST["MM_insert"])) && ($_POST["MM_insert"] == "ChangeDate")) {
Start New Shop: - + +