webcol/Calima

View on GitHub
public_/js/contacto/contact_me.js

Summary

Maintainability
A
1 hr
Test Coverage

Function submitSuccess has 32 lines of code (exceeds 25 allowed). Consider refactoring.
Open

     submitSuccess: function($form, event) {
      event.preventDefault(); // prevent default submit behaviour
       // get values from FORM
       var name = $("input#name").val();  
       var email = $("input#email").val(); 
Severity: Minor
Found in public_/js/contacto/contact_me.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status