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

resolve reverse proxy issue

This commit is contained in:
Luke Pulverenti 2015-04-01 22:47:59 -04:00
parent b0fe9cc124
commit 9e547131ef
3 changed files with 6 additions and 6 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);