Subversion Repositories SmartDukaan

Rev

Rev 13180 | Rev 13245 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 13180 Rev 13188
Line 15... Line 15...
15
<script type="text/javascript">
15
<script type="text/javascript">
16
$(function(){
16
$(function(){
17
	$('.countdownHolder').countdown({
17
	$('.countdownHolder').countdown({
18
		timestamp : (new Date(1418149800000)).getTime()
18
		timestamp : (new Date(1418149800000)).getTime()
19
	});
19
	});
-
 
20
	var marginleft = ($( window ).width() - 265)/2;
-
 
21
	$('.countDays').css('margin-left',marginleft);
20
});
22
});
21
</script>
23
</script>
22
24