File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ var config = {
3434 // Format: YYYY/MM/DD
3535 // Note: Month is from 0-11, Date is from 1-31
3636 // This should be the semester's week 1. For AY15/16 Sem 1, it's Monday, Aug 10
37- first_day_of_sem : new Date ( 2016 , 7 , 8 ) ,
37+ first_day_of_sem : new Date ( 2017 , 7 , 14 ) ,
3838 // In case you want to customize the duties field for each activity
3939 // Do not modify the keys
4040 duties : {
@@ -47,7 +47,7 @@ var config = {
4747 activities_list_fn : function ( ) {
4848 var activities_list = [ ] ;
4949
50- // 2016 : 24 hours of assignment marking and 6 hours of course material preparation!
50+ // 2017 : 24 hours of assignment marking and 6 hours of course material preparation!
5151
5252 for ( var week = 4 ; week <= 10 ; week += 2 ) {
5353 activities_list . push ( {
You can’t perform that action at this time.
0 commit comments