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

update music card styles

This commit is contained in:
Luke Pulverenti 2015-04-16 23:31:09 -04:00
parent e75bd326d3
commit bda0f89c4d
5 changed files with 11 additions and 22 deletions

View file

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