This commit is contained in:
SBD
2023-11-30 16:59:22 +03:00
parent 17842ca42a
commit 064ed82790

View File

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