From c4d101275ab1a5c8797ff474a042e1b46b564138 Mon Sep 17 00:00:00 2001 From: SBD Date: Tue, 28 Nov 2023 14:48:14 +0300 Subject: [PATCH] 0.8.408 --- static/js/global_js.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/js/global_js.js b/static/js/global_js.js index 1ae30c1..0d3fd28 100644 --- a/static/js/global_js.js +++ b/static/js/global_js.js @@ -38,7 +38,7 @@ window.onload = function (){ function middleWareJS(){ let footer = document.querySelector("footer") let body = document.querySelector("body") - let type = getTypeOfData() + let type = getInfoAboutUser() if (type !== 'mobile'){ if (document.querySelector(".menu_buttons.curtain.left") || window.location.href.includes('support') || window.location.href.includes('chat')){ footer.style.display = "none"