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

Merge pull request #1190 from MediaBrowser/master

merge from master
This commit is contained in:
Luke 2015-09-21 12:23:41 -04:00
commit c27e5ffee2

View file

@ -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);