mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-18 03:18:19 -07:00
3.0.5582.4
This commit is contained in:
parent
bda0f89c4d
commit
b2a73206ef
@ -43,10 +43,10 @@
|
|||||||
return $(".radioDonationType:checked", page).val();
|
return $(".radioDonationType:checked", page).val();
|
||||||
}
|
}
|
||||||
|
|
||||||
var lifeTimeAmount = 69;
|
var lifeTimeAmount = 69.99;
|
||||||
var dailyAmount = 1;
|
var dailyAmount = 1;
|
||||||
var monthlyAmount = 5;
|
var monthlyAmount = 4.99;
|
||||||
var yearlyAmount = 36;
|
var yearlyAmount = 35.99;
|
||||||
function getDonationAmount(page) {
|
function getDonationAmount(page) {
|
||||||
|
|
||||||
var type = getDonationType(page);
|
var type = getDonationType(page);
|
||||||
|
Loading…
Reference in New Issue
Block a user