diff --git a/js/customElements/404Buttons.js b/js/customElements/404Buttons.js index e3ce348c258741dae5a58f9b2e2251180a23a84e..68d016a0676cb0aae463835615b30b8e18996cb2 100644 --- a/js/customElements/404Buttons.js +++ b/js/customElements/404Buttons.js @@ -32,6 +32,7 @@ class notFoundButtons extends HTMLElement { terminal.style.width = "37.5rem"; terminal.style.height = "22.5rem"; terminal.style.top = "10.5rem"; + this.windowResized = false; } } @@ -63,4 +64,4 @@ class notFoundButtons extends HTMLElement { } } -customElements.define("jl-404_buttons", notFoundButtons); \ No newline at end of file +customElements.define("jl-404_buttons", notFoundButtons);