foodcoop-adam/foodsoft

View on GitHub
app/assets/javascripts/stupidtable.js

Summary

Maintainability
A
3 hrs
Test Coverage

Function stupidtable has 91 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  $.fn.stupidtable = function(sortFns) {
    return this.each(function() {
      var $table = $(this);
      sortFns = sortFns || {};

Severity: Major
Found in app/assets/javascripts/stupidtable.js - About 3 hrs to fix

    There are no issues that match your filters.

    Category
    Status