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
Unfortunately, it's a little brittle in that $("#ApptForm").parent().parent().parent().find("tr:nth-child(3) .alert").text().replace(" at "," "); fails as there is no 'ApptForm' on the Santa Clara website, so the resulting dates are invalid and it eventually fails.
I'll try and do a PR up for this this evening, but in the meantime just letting you know :)
The text was updated successfully, but these errors were encountered:
Hey man, great idea for a module!
Unfortunately, it's a little brittle in that $("#ApptForm").parent().parent().parent().find("tr:nth-child(3) .alert").text().replace(" at "," "); fails as there is no 'ApptForm' on the Santa Clara website, so the resulting dates are invalid and it eventually fails.
I'll try and do a PR up for this this evening, but in the meantime just letting you know :)
The text was updated successfully, but these errors were encountered: