mirror of
https://old.git.ood.ovh/flambyte/RUX.git
synced 2025-07-02 11:58:29 +02:00
ending code, add 3D illu, all stuff
This commit is contained in:
parent
573cb54ee0
commit
b496133192
47 changed files with 992 additions and 368 deletions
|
@ -29,20 +29,6 @@ if(activeTheme !== null){
|
|||
// permet de prendre en compte la dernière modification du theme.
|
||||
|
||||
|
||||
// navigation
|
||||
|
||||
let navButton = document.querySelector(".btn--burger")
|
||||
|
||||
navButton.addEventListener("click", toggleNavigation)
|
||||
|
||||
function toggleNavigation() {
|
||||
if (!document.body.hasAttribute("data-menu")) {
|
||||
document.body.setAttribute("data-menu", true);
|
||||
|
||||
} else {
|
||||
document.body.removeAttribute("data-menu");
|
||||
}
|
||||
}
|
||||
|
||||
//BURGER MENU // FERMER NAV QUAND ON CLIQUE SUR UN LIEN //
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue