We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
add-bookmark
1 parent bef4df7 commit 0f92af3Copy full SHA for 0f92af3
src/content_script.ts
@@ -117,7 +117,7 @@ async function main() {
117
useCache(assignmentFetchedTime, assignmentCacheInterval),
118
useCache(quizFetchedTime, quizCacheInterval)
119
);
120
- // await addBookmarkedCourseSites(baseURL);
+ await addBookmarkedCourseSites(baseURL);
121
await displayMiniSakai(mergedAssignmentList, courseIDList);
122
createNavBarNotification(courseIDList, mergedAssignmentList);
123
0 commit comments