app/assets/javascripts/global-modules/event_countdown.js
Function EventCountdown
has 47 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
function EventCountdown() {
var countdownClock, eventName, eventTime, eventDuration, eventUrl, textToAppend;
var self = this;
this.format = function(num) {
- Create a ticketCreate a ticket