Update templates/menu.html
Browse files- templates/menu.html +1 -7
templates/menu.html
CHANGED
@@ -700,13 +700,7 @@ form-check-input addon-option{
|
|
700 |
});
|
701 |
}
|
702 |
|
703 |
-
|
704 |
-
document.querySelectorAll('.custom-toggle').forEach(toggle => {
|
705 |
-
toggle.addEventListener('click', function() {
|
706 |
-
// If clicked, toggle its checked state (on or off)
|
707 |
-
this.checked = !this.checked;
|
708 |
-
});
|
709 |
-
});
|
710 |
|
711 |
|
712 |
|
|
|
700 |
});
|
701 |
}
|
702 |
|
703 |
+
|
|
|
|
|
|
|
|
|
|
|
|
|
704 |
|
705 |
|
706 |
|