madbob/GASdottoNG

View on GitHub
code/resources/assets/js/jquery.dynamictree.js

Summary

Maintainability
A
3 hrs
Test Coverage

Function dynamictree has 99 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    $.fn.dynamictree = function() {
        $(this).each(function() {
            $(this).find('.dynamic-tree').sortable({
                items: 'li',
                connectWith: '.dynamic-tree ul',
Severity: Major
Found in code/resources/assets/js/jquery.dynamictree.js - About 3 hrs to fix

    There are no issues that match your filters.

    Category
    Status