0.8.392
This commit is contained in:
@@ -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'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user