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