edit: évènements en version dégradée ? à voir + pb import js

This commit is contained in:
2026-07-26 06:36:21 +02:00
parent b7b3497a0b
commit 4e82328ff9
5 changed files with 237 additions and 4 deletions
+5 -1
View File
@@ -15,4 +15,8 @@ async function importOuverture(){
statusBox.textContent = textStatus;
}
importOuverture()
importOuverture()
for( let btn of document.querySelectorAll("#eventContent & li & .iconBtnStyle")){
btn.style.visibility = 'visible';
}