This commit is contained in:
SBD
2023-11-25 13:14:55 +03:00
parent 3e88458fce
commit 9f7550eaae
4 changed files with 12 additions and 4 deletions

View File

@@ -61,7 +61,7 @@ function getInfoAboutUser (){
if (screen.width <= 700){
user_type = 'mobile'
} else if (screen.width > 1024) {
user_type = 'dectop'
user_type = 'desctop'
} else if (screen.width > 700 && screen.width < 1024) {
user_type = 'laptop'
}