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
154
+
// 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
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)
@@ -202,9 +202,9 @@ export default {
202
202
}
203
203
// Handles edge case where grade history page is updated before semester end
204
204
if (current_term_history === current_term && include_current_semester &¤t_term_grades.length===2&& current_semester) {
0 commit comments