Remove unused js and css

This commit is contained in:
Rupus Reinefjord 2021-06-12 16:06:11 +02:00
parent 481dae04c0
commit 5bdfc2b50f

View file

@ -22,11 +22,6 @@
margin: 0 auto; margin: 0 auto;
} }
dd {
margin-top: .2rem;
margin-bottom: .7rem;
}
code, .email { code, .email {
font-family: monospace, monospace; font-family: monospace, monospace;
} }
@ -83,14 +78,7 @@
emails[i].href = "mailto:" + decoded; emails[i].href = "mailto:" + decoded;
} }
} }
function hidenojs() {
var nojs = document.getElementsByClassName("nojs");
for (var i = 0; i < nojs.length; i++) {
nojs[i].style.display = "none";
}
}
emaildecode(); emaildecode();
hidenojs();
</script> </script>
</body> </body>
</html> </html>