Correctif logo
This commit is contained in:
@@ -34,10 +34,10 @@ function timerGlitch() {
|
|||||||
curSrc = document.getElementById('logoAccueil').getAttribute('src');
|
curSrc = document.getElementById('logoAccueil').getAttribute('src');
|
||||||
if (curSrc == 'images/logoALT-F4_Nav.svg') {
|
if (curSrc == 'images/logoALT-F4_Nav.svg') {
|
||||||
timerBlur();
|
timerBlur();
|
||||||
document.getElementById('logoAccueil').setAttribute('src', 'images/LogoAlt-F4_NavGlitch.svg')
|
document.getElementById('logoAccueil').setAttribute('src', 'images/logoAlt-F4_NavGlitch.svg')
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
document.getElementById('logoAccueil').setAttribute('src', 'images/LogoALT-F4_Nav.svg')
|
document.getElementById('logoAccueil').setAttribute('src', 'images/logoALT-F4_Nav.svg')
|
||||||
}
|
}
|
||||||
}, 2500);
|
}, 2500);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user