1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

post release housecleaning

This commit is contained in:
Luke Pulverenti 2015-04-01 00:23:34 -04:00
parent 69083dde3b
commit 240a0fe22f
2 changed files with 6 additions and 26 deletions

View file

@ -43,10 +43,10 @@
return $(".radioDonationType:checked", page).val();
}
var lifeTimeAmount = 40;
var lifeTimeAmount = 59;
var dailyAmount = 1;
var monthlyAmount = 4;
var yearlyAmount = 28;
var yearlyAmount = 32;
function getDonationAmount(page) {
var type = getDonationType(page);