codeRIT/hackathon_manager

View on GitHub
app/assets/javascripts/manage/lib/forms.js

Summary

Maintainability
A
1 hr
Test Coverage

Function setupManageForms has 28 lines of code (exceeds 25 allowed). Consider refactoring.
Open

var setupManageForms = function() {
  var disable = function($element) {
    $element.hide();
    $element.find('input').prop('disabled', true);
  };
Severity: Minor
Found in app/assets/javascripts/manage/lib/forms.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status