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
Again, aiming for clarity in the main_page function. Wrapping the if
statement's very long jQuery parse into a function name that's in
English makes the code easier on the eyes.
Signed-off-by: Lucas Sta Maria <[email protected]>
if((attendance_href=$grade_rows.eq($grade_rows.length-1)?.find('a[href*="attendancedates"]')?.[0]?.href)){// Check that attendance_href exists and if it does, run the next line.
if((attendance_href=$grade_rows.eq($grade_rows.length-1)?.find('a[href*="attendancedates"]')?.[0]?.href)){// Check that attendance_href exists and if it does, run the next line.
0 commit comments