del unnecessary javascript code
This commit is contained in:
parent
50c11aa7c8
commit
9f75263921
|
@ -20,12 +20,6 @@
|
||||||
if (localTheme) {
|
if (localTheme) {
|
||||||
document.getElementById('root').className = 'theme__' + localTheme;
|
document.getElementById('root').className = 'theme__' + localTheme;
|
||||||
}
|
}
|
||||||
|
|
||||||
function resetHeight() {
|
|
||||||
document.body.style.height = window.innerHeight + "px";
|
|
||||||
}
|
|
||||||
window.addEventListener("resize", resetHeight);
|
|
||||||
resetHeight();
|
|
||||||
</script>
|
</script>
|
||||||
<div id="container">
|
<div id="container">
|
||||||
{{ partial "body/main-left" . }}
|
{{ partial "body/main-left" . }}
|
||||||
|
|
Loading…
Reference in New Issue