Skip to content

Commit

Permalink
update lrs recordings data with new courses for fall 2017
Browse files Browse the repository at this point in the history
  • Loading branch information
demetrios-koziris committed Sep 8, 2017
1 parent c0cd4ac commit 2569ff7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
9 changes: 6 additions & 3 deletions src/js/dataRecordings.js
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,8 @@ function getRecordingData() {
{ year: 2015, month: 09, section: "001", type: "cool", id: "1601" },
{ year: 2016, month: 01, section: "001", type: "cool", id: "1616" },
{ year: 2016, month: 09, section: "001", type: "lrs", id: "14025" },
{ year: 2017, month: 01, section: "001", type: "lrs", id: "14810" }
{ year: 2017, month: 01, section: "001", type: "lrs", id: "14810" },
{ year: 2017, month: 09, section: "001", type: "lrs", id: "17037" }
],
CHEM232 : [
{ year: 2010, month: 09, section: "001", type: "cool", id: "1419" },
Expand Down Expand Up @@ -292,7 +293,8 @@ function getRecordingData() {
COMP202 : [
{ year: 2015, month: 09, section: "001", type: "lrs", id: "12237" },
{ year: 2016, month: 05, section: "001", type: "lrs", id: "13267" },
{ year: 2016, month: 09, section: "001", type: "lrs", id: "14166" }
{ year: 2016, month: 09, section: "001", type: "lrs", id: "14166" },
{ year: 2017, month: 09, section: "001", type: "lrs", id: "17196" }
],
COMP208 : [
{ year: 2016, month: 09, section: "001", type: "lrs", id: "13909" }
Expand All @@ -302,7 +304,8 @@ function getRecordingData() {
{ year: 2015, month: 09, section: "001", type: "lrs", id: "12243" },
{ year: 2015, month: 09, section: "002", type: "lrs", id: "11806" },
{ year: 2016, month: 01, section: "001", type: "lrs", id: "13068" },
{ year: 2016, month: 09, section: "001", type: "lrs", id: "14171" }
{ year: 2016, month: 09, section: "001", type: "lrs", id: "14171" },
{ year: 2017, month: 09, section: "001", type: "lrs", id: "17202" }
],
COMP251 : [
{ year: 2016, month: 09, section: "001", type: "lrs", id: "14172" },
Expand Down
2 changes: 1 addition & 1 deletion src/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "McGill Enhanced",
"author": "kozirisdev",
"manifest_version": 2,
"version": "3.2.21",
"version": "3.2.22",
"description": "Enhance the functionality of McGill.ca",
"permissions" : [
"storage",
Expand Down

0 comments on commit 2569ff7

Please sign in to comment.