engagementgamelab/CivicSeed

View on GitHub
client/code/admin/invitecodes.js

Summary

Maintainability
A
2 hrs
Test Coverage

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

function setupInviteCodes () {
  $body.on('submit', '#admin-invites form', function (event) {
    // Prevent the 'enter' key on some browsers from
    // submitting the form in the wrong way
    event.preventDefault()
Severity: Major
Found in client/code/admin/invitecodes.js - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status