AgileVentures/WebsiteOne

View on GitHub
app/assets/javascripts/global-modules/event_countdown.js

Summary

Maintainability
A
1 hr
Test Coverage

Function EventCountdown has 47 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    function EventCountdown() {
        var countdownClock, eventName, eventTime, eventDuration, eventUrl, textToAppend;
        var self = this;

        this.format = function(num) {
Severity: Minor
Found in app/assets/javascripts/global-modules/event_countdown.js - About 1 hr to fix

There are no issues that match your filters.

Category
Status