SpeciesFileGroup/taxonworks

View on GitHub
app/assets/javascripts/vendor/lib/jquery/jquery.mx-spinner.js

Summary

Maintainability
A
2 hrs
Test Coverage

Function mx_spinner has 70 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  $.fn.mx_spinner = function(action) {
      if (!this.length) {   return this; }
      return this.each(function() {
        var target = $(this);
        var overlay =  target.data('mx_spinner');
Severity: Major
Found in app/assets/javascripts/vendor/lib/jquery/jquery.mx-spinner.js - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status