jellyfin-web/dashboard-ui/thirdparty/cordova/registrationservices.js
2015-05-17 21:27:48 -04:00

16 lines
288 B
JavaScript

window.RegistrationServices = {
renderPluginInfo: function (page, pkg, pluginSecurityInfo) {
},
addRecurringFields: function (page, period) {
},
initSupporterForm: function (page) {
$('.recurringSubscriptionCancellationHelp', page).html('');
}
};