1 parent dddf796 commit 94cd6eaCopy full SHA for 94cd6ea
2 files changed
.github/workflows/minify.yml
@@ -13,6 +13,7 @@ jobs:
13
- name: Auto Minify
14
uses: nizarmah/auto-minify@v2.1
15
with:
16
+ overwrite: true
17
maxdepth: 0 # Only minify the root directory (where calendarize.js is)
18
19
- name: Copy script to extension
calendarize.js
@@ -166,7 +166,7 @@ for (const courseTitle in courseEvents) {
166
}
167
168
169
-// Remove events starting with UID for Google Calendar compatibility
+// Remove event lines starting with UID for Google Calendar compatibility
170
var newEvents = cal.events().map((eventLines) =>
171
eventLines
172
.split(EVENT_LINE_SEPARATOR)
0 commit comments