3.0.5582.4

This commit is contained in:
Luke Pulverenti 2015-04-17 01:20:57 -04:00
parent bda0f89c4d
commit b2a73206ef

View File

@ -43,10 +43,10 @@
return $(".radioDonationType:checked", page).val();
}
var lifeTimeAmount = 69;
var lifeTimeAmount = 69.99;
var dailyAmount = 1;
var monthlyAmount = 5;
var yearlyAmount = 36;
var monthlyAmount = 4.99;
var yearlyAmount = 35.99;
function getDonationAmount(page) {
var type = getDonationType(page);