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

Fix SupporterPage.js #82

This commit is contained in:
Eric Reed 2013-03-25 19:43:29 -04:00
parent a701c6615b
commit 39f627ed4f

View file

@ -19,7 +19,7 @@
} else {
$('.supporterOnly', page).hide();
}
$('#paypalReturnUrl', page).val(ApiClient.getCustomUrl("dashboard/supporterKey.html"));
$('#paypalReturnUrl', page).val(ApiClient.getUrl("dashboard/supporterKey.html"));
Dashboard.hideLoadingMsg();
});
}