diff --git a/build/js/Layout.js b/build/js/Layout.js index 0dd283e0c..bfdaf29d8 100644 --- a/build/js/Layout.js +++ b/build/js/Layout.js @@ -87,7 +87,7 @@ const Layout = (($) => { this.fixLayoutHeight() }) - $(window).resize(() => { + $(window).resize(() => { this.fixLayoutHeight() })