diff --git a/js/main.js b/js/main.js index 0a51f0b00a..3157c05e5e 100755 --- a/js/main.js +++ b/js/main.js @@ -83,7 +83,7 @@ jQuery(document).ready(function($) { date = date[0] + ' ' + date[1] + ' ' + date[2] + ' ' + date[3]; $('.date').html(date); - $('.time').html(now.format('HH') + ':' + now.format('mm') + ''+now.format('ss')+''); + $('.time').html(now.format('HH') + ':' + now.format('mm') + '' + ':' + now.format('ss')+''); setTimeout(function() { updateTime();