mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-18 11:28:23 -07:00
16 lines
288 B
JavaScript
16 lines
288 B
JavaScript
window.RegistrationServices = {
|
|
|
|
renderPluginInfo: function (page, pkg, pluginSecurityInfo) {
|
|
|
|
|
|
},
|
|
|
|
addRecurringFields: function (page, period) {
|
|
|
|
},
|
|
|
|
initSupporterForm: function (page) {
|
|
|
|
$('.recurringSubscriptionCancellationHelp', page).html('');
|
|
}
|
|
}; |