madbob/GASdottoNG

View on GitHub
code/resources/assets/js/triggers.js

Summary

Maintainability
A
1 hr
Test Coverage

Function init has 49 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    static init(container)
    {
        $('.triggers-all-checkbox', container).change(function() {
            $(this).prop('disabled', true);

Severity: Minor
Found in code/resources/assets/js/triggers.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status