conveyal/modeify

View on GitHub
client/feedback-modal/index.js

Summary

Maintainability
A
1 hr
Test Coverage

Function submit has 40 lines of code (exceeds 25 allowed). Consider refactoring.
Open

Modal.prototype.submit = function (e) {
  e.preventDefault()
  var alerts = this.find('.alerts')
  var button = this.find('button')
  var textarea = this.find('textarea')
Severity: Minor
Found in client/feedback-modal/index.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status