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

re-enable sync

This commit is contained in:
Luke Pulverenti 2015-01-05 01:00:13 -05:00
parent 94a2f820c4
commit 3105920c99
3 changed files with 8 additions and 8 deletions

View file

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