eventoL/eventoL

View on GitHub
eventol/front/src/libs/jquery.formset.js

Summary

Maintainability
A
1 hr
Test Coverage

Function bindForm has 32 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    Formset.prototype.bindForm = function($form, index) {
        var prefix = this.formsetPrefix + '-' + index;
        $form.data(pluginName + '__formPrefix', prefix);

        var $delete = $form.find('[name=' + prefix + '-DELETE]');
Severity: Minor
Found in eventol/front/src/libs/jquery.formset.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status