octoblu/meshblu

View on GitHub
docs/js/contact_me.js

Summary

Maintainability
A
1 hr
Test Coverage

Function submitSuccess has 38 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 docs/js/contact_me.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status