Corrected JS
This commit is contained in:
parent
0e6df573c2
commit
76fbd895ec
@ -27,8 +27,8 @@ function showSlide(id){
|
||||
document.getElementById(id).style.display = "block"
|
||||
// change persistent elements' opacity
|
||||
document.getElementsByTagName("header")[0].style.opacity = 0.2
|
||||
document.getElementById("about").style.opacity = 0.2
|
||||
document.getElementById("download").style.opacity = 0.2
|
||||
document.getElementById("a-propos").style.opacity = 0.2
|
||||
document.getElementById("telecharger").style.opacity = 0.2
|
||||
goToTop()
|
||||
}
|
||||
|
||||
|
@ -27,8 +27,8 @@ function showSlide(id){
|
||||
document.getElementById(id).style.display = "block"
|
||||
// change persistent elements' opacity
|
||||
document.getElementsByTagName("header")[0].style.opacity = 0.2
|
||||
document.getElementById("about").style.opacity = 0.2
|
||||
document.getElementById("download").style.opacity = 0.2
|
||||
document.getElementById("a-propos").style.opacity = 0.2
|
||||
document.getElementById("telecharger").style.opacity = 0.2
|
||||
goToTop()
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user