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
+2
View File
@@ -249,6 +249,8 @@ as well as a String interpretation of those bytes, if applicable.</dd> </dl>
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;
}