From 9424969c92b336346ec096e62fcb2c47787fba17 Mon Sep 17 00:00:00 2001 From: Henri Saudubray Date: Mon, 6 May 2024 23:54:40 +0200 Subject: [PATCH] chore: remove unused stuff cuz i did not check before committing --- js/man.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/js/man.js b/js/man.js index d2cf200..f376657 100644 --- a/js/man.js +++ b/js/man.js @@ -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;