Skip to content

Commit

Permalink
Quick hack to update semester break for 2016sem1
Browse files Browse the repository at this point in the history
  • Loading branch information
nuclearpidgeon committed Feb 1, 2016
1 parent d793de4 commit 8ff3aa9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extension/contentscript.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ var makeIcs = function(startDate, endDate, weekEvents) {
// set up semester boundaries
var startingDate = new Date(startDate);
var endingDate = new Date(endDate);
var breakStartDate = new Date("6 April, 2015");
var breakStartDate = new Date("28 March, 2016");

var dateFormat = function(rawtime, day) {
// date fields on the timetable page don't match dateSting format for JavaScript
Expand Down

0 comments on commit 8ff3aa9

Please sign in to comment.