MiniDigger/Hangar

View on GitHub
ore/public/javascripts/pageCollapse.js

Summary

Maintainability
A
1 hr
Test Coverage

Function bindExpand has 34 lines of code (exceeds 25 allowed). Consider refactoring.
Open

function bindExpand(e) {
    e.click(function() {
        var pageId = $(this).data('page-id');
        var listItem = $(this).closest('.list-group-item');
        var $this = $(this);
Severity: Minor
Found in ore/public/javascripts/pageCollapse.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status