nagasurendra commited on
Commit
a1235c8
·
verified ·
1 Parent(s): 2207823

Update templates/menu.html

Browse files
Files changed (1) hide show
  1. templates/menu.html +1 -7
templates/menu.html CHANGED
@@ -700,13 +700,7 @@ form-check-input addon-option{
700
  });
701
  }
702
 
703
- // JavaScript to manage toggles being turned off independently
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