Deploying to gh-pages from @ chillerlan/php-qrcode@6186e84e0a 🚀

This commit is contained in:
codemasher
2025-09-16 13:49:41 +00:00
parent aa59869d85
commit 17610b3fec
232 changed files with 480 additions and 16 deletions
@@ -695,6 +695,8 @@
if (xhr.status < 400 && xhr.responseText) {
code.textContent = xhr.responseText;
Prism.highlightElement(code);
d=document.getElementsByClassName("line-numbers");
d[0].scrollTop = d[0].children[1].offsetTop;
return;
}