del unnecessary javascript code

This commit is contained in:
zzossig 2020-02-22 12:18:43 +09:00
parent 50c11aa7c8
commit 9f75263921
1 changed files with 0 additions and 6 deletions

View File

@ -20,12 +20,6 @@
if (localTheme) {
document.getElementById('root').className = 'theme__' + localTheme;
}
function resetHeight() {
document.body.style.height = window.innerHeight + "px";
}
window.addEventListener("resize", resetHeight);
resetHeight();
</script>
<div id="container">
{{ partial "body/main-left" . }}