This commit is contained in:
SBD
2024-01-23 14:42:04 +03:00
parent b546721718
commit 5a0f058e88

View File

@@ -391,7 +391,7 @@ function changeSlideProject (el,type) {
// go to download plugin
function redirectToDownloadPlugin () {
let lang = document.querySelector(".name_language").innerHTML
if (getInfoAboutUser()[0] === 'mobile'){
if (getInfoAboutUser()[0] === 'mobile' || getInfoAboutUser()[0] === 'laptop'){
lang = document.querySelector(".name_language.curtain").innerHTML
}