diff --git a/wiki/pages/experiments.html b/wiki/pages/experiments.html
index 48891646ba24965af2d21344215ed099d24ff3c2..18db275fbdf2df46ddf2e87f6346cbfe917e0d45 100644
--- a/wiki/pages/experiments.html
+++ b/wiki/pages/experiments.html
@@ -482,18 +482,5 @@
   </div>
 </div> -->
 <!-- <div></div> -->
-<script>
-  $(document).ready(function() {
-      // Add a click event listener for each accordion button
-      $('.accordion-button').click(function() {
-          // Toggle the collapse content when a button is clicked
-          var targetId = $(this).attr('data-bs-target');
-          $(targetId).toggleClass('show');
-  
-          // Add or remove the 'active' class to style the button
-          $(this).toggleClass('active');
-      });
-  });
-  </script>
   
 {% endblock %}
\ No newline at end of file