XoopsModules25x/mymenus

View on GitHub
assets/js/supersubs.js

Summary

Maintainability
A
1 hr
Test Coverage

Function supersubs has 43 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    $.fn.supersubs = function (options) {
        var opts = $.extend({}, $.fn.supersubs.defaults, options);
        // return original object to support chaining
        return this.each(function () {
            // cache selections
Severity: Minor
Found in assets/js/supersubs.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status