From db5b8ad52c8fac1a3f18a7811bd79ab32aa5baf9 Mon Sep 17 00:00:00 2001 From: Chris Wilson Date: Fri, 4 Dec 2020 16:48:01 -0500 Subject: [PATCH] Fix a page alignment bug caused by DataTables --- WebHostLib/static/assets/hostGame.js | 1 + 1 file changed, 1 insertion(+) diff --git a/WebHostLib/static/assets/hostGame.js b/WebHostLib/static/assets/hostGame.js index 32f10d9e..e5756d34 100644 --- a/WebHostLib/static/assets/hostGame.js +++ b/WebHostLib/static/assets/hostGame.js @@ -14,4 +14,5 @@ window.addEventListener('load', () => { "info": false, "dom": "t", }); + adjustFooterHeight(); });