From 064ed8279040ec7479763a1602a78c863986af10 Mon Sep 17 00:00:00 2001 From: SBD Date: Thu, 30 Nov 2023 16:59:22 +0300 Subject: [PATCH] 0.0.53 --- static/aerbimJS.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/aerbimJS.js b/static/aerbimJS.js index 4bedad1..b1df737 100644 --- a/static/aerbimJS.js +++ b/static/aerbimJS.js @@ -1,5 +1,5 @@ $(document).ready(function (){ - if (document.querySelector(".header").dataset['page'] === 'True' && getInfoAboutUser()[0] === 'mobile'){ + if (document.querySelector(".header").dataset['page'] === 'True' && getInfoAboutUser()[0] !== 'mobile' && getInfoAboutUser()[0] !== 'laptop'){ renderContent() } else { let el = document.querySelector(".container_sections_buttons")