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
{{ message }}
This repository has been archived by the owner on Apr 22, 2022. It is now read-only.
At present the javascript doesn't correctly handle document.currentscript being null during load. (Various modern loader tricks can lead to this, one of which is noted in pull request #179.)
This leads to a failure of the script to load, probably due to a TypeError being thrown when the code incorrectly tries to access the src attribute of null.
The text was updated successfully, but these errors were encountered:
At present the javascript doesn't correctly handle
document.currentscript
beingnull
during load. (Various modern loader tricks can lead to this, one of which is noted in pull request #179.)This leads to a failure of the script to load, probably due to a
TypeError
being thrown when the code incorrectly tries to access thesrc
attribute of null.The text was updated successfully, but these errors were encountered: