This commit is contained in:
SBD
2024-01-21 22:36:34 +03:00
parent 35847e723d
commit 3ac9306a2f

View File

@@ -391,6 +391,10 @@ function changeSlideProject (el,type) {
// go to download plugin
function redirectToDownloadPlugin () {
let lang = document.querySelector(".name_language").innerHTML
if (getInfoAboutUser()[0] === 'mobile'){
lang = document.querySelector(".name_language.curtain").innerHTML
}
// if (!window.location.href.includes(`${window.location.origin}/${lang}/section/3d-security-designer/`)){
// window.location.href = `${window.location.origin}/${lang}/section/3d-security-designer/#feedback_form`
// } else {