codeRIT/hackathon_manager

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

Summary

Maintainability
A
1 hr
Test Coverage

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

var setupEmailEvents = function() {
  $('.email-events').each(function() {
    var events_container = this;

    $(events_container).html('<span class="fa fa-circle-o-notch fa-spin"></span>');
Severity: Minor
Found in app/assets/javascripts/manage/lib/emailEvents.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status