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