From 81a6bc5bc7959bf5bbe42b3663cac8b03be4ae2c Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Mon, 21 Sep 2015 11:18:14 -0400 Subject: [PATCH] update embytv --- dashboard-ui/scripts/supporterpage.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dashboard-ui/scripts/supporterpage.js b/dashboard-ui/scripts/supporterpage.js index 7ef871f553..009896b6b8 100644 --- a/dashboard-ui/scripts/supporterpage.js +++ b/dashboard-ui/scripts/supporterpage.js @@ -25,10 +25,10 @@ return $(".radioDonationType:checked", page).val(); } - var lifeTimeAmount = 79.99; + var lifeTimeAmount = 89.99; var dailyAmount = 1; var monthlyAmount = 4.99; - var yearlyAmount = 37.99; + var yearlyAmount = 39.99; function getDonationAmount(page) { var type = getDonationType(page);