Skip to content

Commit

Permalink
Mini-update to trigger & test workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
AdoryVo committed Aug 6, 2023
1 parent f7ba357 commit d5267aa
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
6 changes: 4 additions & 2 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.formatOnSave": true,
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.formatOnSave": true
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[json]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
}
}
2 changes: 1 addition & 1 deletion calendarize.js
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ tableRows.forEach((row, index) => {
courseRows[prevCourseTitle] = currentCourse

// Compile course details from rows
var courseEvents = {}
var courseEvents = {} // Events represent events on the calendar
for (const courseTitle in courseRows) {
const events = {}

Expand Down
4 changes: 2 additions & 2 deletions chrome-extension/manifest.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"manifest_version": 3,
"name": "Calendarize WebReg",
"description": "A tool for exporting your WebReg schedule to your calendars.",
"version": "1.0",
"description": "A tool to export your WebReg schedule to your calendars in one click.",
"version": "1.0.1",
"action": {
"default_title": "Calendarize WebReg",
"default_icon": "images/icon-128.png"
Expand Down

0 comments on commit d5267aa

Please sign in to comment.