mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-18 03:18:19 -07:00
11 lines
212 B
JavaScript
11 lines
212 B
JavaScript
(function () {
|
|
|
|
$(document).on('pageshow', "#supporterPage", function () {
|
|
|
|
var page = this;
|
|
|
|
$('#paypalReturnUrl', page).val(ApiClient.getUrl("supporterkey.html"));
|
|
|
|
});
|
|
|
|
})(); |