This closes #58.

This commit is contained in:
Jonathan Rosenbaum
2018-01-02 07:36:17 +00:00
parent b08a2387a0
commit e388bd5358
2 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -1307,7 +1307,7 @@ $(function() {
if (volunteer.hasOwnProperty(year)) {
if (volunteer[year].max_bike_earned >= obj.max_bike_earned) {
$("#redeemable_hours").spinner("disable");
}
}
}
}
}