Replies: 1 comment
|
This issue may be related to PR #2241, which replaced Since that PR was merged on Mar 4, 2024, sites created from an I checked a few randomly selected websites from the "User community" section in the README at the latest commit I checked: In my environment, some of them showed the same or similar unexpected popups, although this may depend on the browser, environment, timing, or other factors. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hi everyone,
I encountered an unexpected popup on my personal website, which was built using an older version of the
al-foliotemplate.In my case, the older template still included the following Polyfill script in
_includes/scripts/mathjax.html:Removing this line fixed the issue on my site.
For reference, here is the commit where I removed it:
rishiyama/rishiyama.github.io@582e872
If you are using an older
al-foliotemplate and see unexpected popups, please check whether this script is still included. Also, please be careful not to enter any information into such popups.Hope this helps.
All reactions