1
0
Fork 0

chore: remove unused stuff cuz i did not check before committing

This commit is contained in:
Henri Saudubray 2024-05-06 23:54:40 +02:00
parent 196b92f9e8
commit 9424969c92

View file

@ -1,9 +1,5 @@
window.onload = () => {
const msg = document.querySelector("#message");
const lh =
document.defaultView
.getComputedStyle(msg, null)
.getPropertyValue("lineHeight");
msg.innerHTML = "Manual page henri(1)";
document.onkeydown = (e) => {
e = e || window.event;