0.0.186
This commit is contained in:
@@ -30,7 +30,7 @@ function getInfoAboutUser (){
|
||||
if (screen.width <= 800){
|
||||
user_type = 'mobile'
|
||||
} else if (screen.width > 1024) {
|
||||
user_type = 'desktop'
|
||||
user_type = 'desktop'
|
||||
} else if (screen.width >= 800 && screen.width <= 1024) {
|
||||
user_type = 'laptop'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user