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")