Skip to content

Commit

Permalink
Merge pull request #8 from saruman/patch-1
Browse files Browse the repository at this point in the history
White space
  • Loading branch information
JohnRDOrazio committed Jun 23, 2015
2 parents fe59b02 + 302fc1d commit 32219d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jqClock.js
Expand Up @@ -121,7 +121,7 @@ $.fn.clock = function(options) {
calend = "<span class='clockdate'>"+locale[myoptions.langSet].weekdays[dy]+', '+dt+' '+locale[myoptions.langSet].months[mo]+' '+y+"</span>";
}
}
$(el).html(calend+"<span class='clocktime'>"+h+":"+m+(options.seconds == "true"?":"+s:"")+ap+"</span>");
$(el).html(calend+" <span class='clocktime'>"+h+":"+m+(options.seconds == "true"?":"+s:"")+ap+"</span>");
t[el_id] = setTimeout(function() { updateClock( $(el),myoptions ) }, 1000);
}

Expand Down

0 comments on commit 32219d7

Please sign in to comment.