Skip to content
This repository was archived by the owner on Sep 19, 2018. It is now read-only.

Commit 52be907

Browse files
committed
Set the date of next year's Code Week
1 parent 3dba5af commit 52be907

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
<script>
1515
$(function($){
16-
var newDate = new Date(2015, 9, 10);
16+
var newDate = new Date(2016, 9, 15);
1717
$('#countdown-ex1').countdown({until: newDate});
1818
});
1919
</script>

0 commit comments

Comments
 (0)