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

fix issue clicking on latest tv

This commit is contained in:
Luke Pulverenti 2014-11-24 19:13:12 -05:00
parent b1043b093c
commit 331bb267fd
4 changed files with 11 additions and 6 deletions

View file

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