madbob/GASdottoNG

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

Summary

Maintainability
A
2 hrs
Test Coverage

Function aggregator has 73 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    $.fn.aggregator = function() {
        $(this).each(function() {
            $(this).find('div.card').each(function() {
                initAggregatorList($(this));
            });
Severity: Major
Found in code/resources/assets/js/aggregation.js - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status