This commit is contained in:
SBD
2024-01-14 15:59:20 +03:00
parent e465ed9244
commit 4b434a7ee6
4 changed files with 14 additions and 2 deletions

View File

@@ -375,4 +375,14 @@ function changeSlideProject (el,type) {
cur_slide.classList.toggle("hide")
}
}
}
// go to download plugin
function redirectToDownloadPlugin () {
let lang = document.querySelector(".name_language").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 {
window.location.href = `${window.location.origin}/${lang}/section/3d-security-designer/#feedback_form`
// }
}