YetiForceCompany/YetiForceCRM

View on GitHub
public_html/layouts/basic/modules/Settings/EventHandler/resources/Index.js

Summary

Maintainability
A
1 hr
Test Coverage

Function registerSave has 27 lines of code (exceeds 25 allowed). Consider refactoring.
Open

        registerSave: function () {
            let tab = $('#my-tab-content');
            tab.find('input').on('change', function () {
                let name = this.name;
                let checked = this.checked;

    There are no issues that match your filters.

    Category
    Status