Closed paulroub closed 7 years ago
The request at https://chat.stackoverflow.com/transcript/message/37904956#37904956 is from user8234819, with no link. checkDone() looks for the reporting-user's <a> tag and blindly tests its href attribute. Since there is no link here, we fail with
checkDone()
<a>
href
Uncaught TypeError: Cannot read property 'href' of null at Object.funcs.checkDone (eval at E_c (:3:221), :82:83) at XMLHttpRequest.xhr.addEventListener.event (eval at E_c (:3:221), :218:27)
merged the PR, thanks!
The request at https://chat.stackoverflow.com/transcript/message/37904956#37904956 is from user8234819, with no link.
checkDone()
looks for the reporting-user's<a>
tag and blindly tests itshref
attribute. Since there is no link here, we fail with