Version 46

This commit is contained in:
2024-02-10 16:44:58 +01:00
parent 3972130728
commit 11575b51c7
23 changed files with 1927 additions and 460 deletions

View File

@@ -10,7 +10,7 @@ $(document).ready(function(){
setTimeout(function(){
$('.fas').addClass('expand');
$('ul').stop().slideDown();
},200);
},50);
}
})
})