queryloader2
queryloader2 copied to clipboard
Overlay Not Removed in Firefox Still (Fix)
Hey, I know this issue is kind of old, but I was having the same problem. Maybe not the most elegant solution, but I added the following to doneLoading and it seems to be working well. Still need to test it more extensively but it's fixed the problem for now.
document.getElementById('qLtempOverlay').remove();
Hi @codedmty, you can open a PR and I can release a newer version.
Done! Also, thanks for this, works great! As long as everything looks good on that PR, I think we can close this issue out.