jbox-web/redmine_bootstrap_kit

View on GitHub
assets/javascripts/jquery_file_tree/jquery_file_tree.js

Summary

Maintainability
A
1 hr
Test Coverage

Function fileTree has 46 lines of code (exceeds 25 allowed). Consider refactoring.
Open

        fileTree: function(o, h) {
            // Defaults
            if( !o ) var o = {};
            if( o.root == undefined ) o.root = '/';
            if( o.script == undefined ) o.script = 'jqueryFileTree.php';
Severity: Minor
Found in assets/javascripts/jquery_file_tree/jquery_file_tree.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status