0.8.481
This commit is contained in:
@@ -24,6 +24,11 @@ function middleWareJS(){
|
||||
body.style.overflow = ""
|
||||
}
|
||||
}
|
||||
if (!window.location.href.includes("mobile") && !window.location.href.includes("route_search_results")){
|
||||
window.location.href = window.location.href + `?mobile=${getInfoAboutUser() === 'mobile'}`
|
||||
} else if (window.location.href.includes("route_search_results")){
|
||||
window.location.href = window.location.href + `&mobile=${getInfoAboutUser() === 'mobile'}`
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user