jellyfin-web/dashboard-ui/scripts/supporterpage.js
2014-04-13 13:27:13 -04:00

11 lines
212 B
JavaScript

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