mambax7/alumni-26x

View on GitHub
media/jquery/addons/pager/old_jquery.tablesorter.pager.js

Summary

Maintainability
B
6 hrs
Test Coverage

Function tablesorterPager has 133 lines of code (exceeds 25 allowed). Consider refactoring.
Open

        tablesorterPager: new function() {
            
            function updatePageDisplay(c) {
                var s = $(c.cssPageDisplay,c.container).val((c.page+1) + c.seperator + c.totalPages);    
            }
Severity: Major
Found in media/jquery/addons/pager/old_jquery.tablesorter.pager.js - About 5 hrs to fix

    Function construct has 26 lines of code (exceeds 25 allowed). Consider refactoring.
    Open

                this.construct = function(settings) {
                    
                    return this.each(function() {    
                        
                        config = $.extend(this.config, $.tablesorterPager.defaults, settings);
    Severity: Minor
    Found in media/jquery/addons/pager/old_jquery.tablesorter.pager.js - About 1 hr to fix

      There are no issues that match your filters.

      Category
      Status