You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Iterate until the end of tabs or until no longer at a high school semester, first value indicates whether the course list is the most recent set of courses
154
+
// Iterate until the end of tabs or until no longer at a high school semester
155
155
for (let i =0; i <tabs.length&&/HS$/.test(tabs[i].innerText); i++) {
156
156
fetches.push(
157
157
fetch(tabs[i].getElementsByTagName("a")[0].href)
@@ -200,7 +200,7 @@ export default {
200
200
}
201
201
}
202
202
}
203
-
// Handles edge case where grade history page is updated before semester end
203
+
// Handles edge case where grade history page is updated before semester end, removes the old value and counts the latest version of the current semester.
204
204
if (current_term_history === current_term && include_current_semester &¤t_term_grades.length===2&& current_semester) {
0 commit comments