1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00
jellyfin-web/dashboard-ui/scripts/supporterpage.js
2014-04-13 13:27:13 -04:00

11 lines
No EOL
212 B
JavaScript

(function () {
$(document).on('pageshow', "#supporterPage", function () {
var page = this;
$('#paypalReturnUrl', page).val(ApiClient.getUrl("supporterkey.html"));
});
})();