SpeciesFileGroup/taxonworks

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

Summary

Maintainability
A
2 hrs
Test Coverage

Function mx_autocompleter has 57 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  $.fn.mx_autocompleter = function(options) {
    if (!this.length) {   return this; }
    return this.each(function() {
      var $this = $(this);
      var $form = $this.parents("form");
Severity: Major
Found in app/assets/javascripts/vendor/lib/jquery/jquery.mx-autocompleter.js - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status