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
|
|
|
|
};
|