Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Update CS1101S script
  • Loading branch information
yyc committed Nov 14, 2016
commit 4ba8aa4d543dcd228d4ee39067cac9d5b04891cd
2 changes: 1 addition & 1 deletion claims/module-claims/claim-cs1101s.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ var config = {
// Format: YYYY/MM/DD
// Note: Month is from 0-11, Date is from 1-31
// This should be the semester's week 1. For AY15/16 Sem 1, it's Monday, Aug 10
first_day_of_sem: new Date(2015, 7, 10),
first_day_of_sem: new Date(2016, 08, 08),
// In case you want to customize the duties field for each activity
// Do not modify the keys
duties: {
Expand Down