throrin19/materialBootstrap

View on GitHub
js/libs/materialbootstrap/dropdown.js

Summary

Maintainability
A
1 hr
Test Coverage

Function toggle has 47 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    Dropdown.prototype.toggle = function (e) {
        var $this = $(this);

        if ($this.is('.disabled, :disabled')) return;

Severity: Minor
Found in js/libs/materialbootstrap/dropdown.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status