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/thirdparty/cordova/registrationservices.js

16 lines
288 B
JavaScript
Raw Normal View History

2015-05-16 15:09:02 -04:00
window.RegistrationServices = {
renderPluginInfo: function (page, pkg, pluginSecurityInfo) {
2015-05-17 21:27:48 -04:00
2015-05-16 15:09:02 -04:00
},
addRecurringFields: function (page, period) {
2015-05-17 21:27:48 -04:00
},
2015-05-16 15:09:02 -04:00
2015-05-17 21:27:48 -04:00
initSupporterForm: function (page) {
$('.recurringSubscriptionCancellationHelp', page).html('');
}
2015-05-16 15:09:02 -04:00
};