Remove unused js and css
This commit is contained in:
parent
481dae04c0
commit
5bdfc2b50f
1 changed files with 0 additions and 12 deletions
12
index.html
12
index.html
|
@ -22,11 +22,6 @@
|
|||
margin: 0 auto;
|
||||
}
|
||||
|
||||
dd {
|
||||
margin-top: .2rem;
|
||||
margin-bottom: .7rem;
|
||||
}
|
||||
|
||||
code, .email {
|
||||
font-family: monospace, monospace;
|
||||
}
|
||||
|
@ -83,14 +78,7 @@
|
|||
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();
|
||||
hidenojs();
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Add table
Reference in a new issue