public_html/layouts/basic/modules/SMSNotifier/resources/MassSMS.js
Function registerSave
has 28 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
registerSave: function () {
this.container.find('.js-modal__save').on('click', (e) => {
e.preventDefault();
let form = this.container.find('form');
if (form.validationEngine('validate')) {