From 3a9f121a70e5b88cd5c7a057c69ed43b0e3aad93 Mon Sep 17 00:00:00 2001
From: "Vibhushini ." <vibhushini30@gmail.com>
Date: Thu, 12 Oct 2023 15:28:24 +0000
Subject: [PATCH] accordian in experiments check after adding links

---
 wiki/pages/experiments.html | 13 -------------
 1 file changed, 13 deletions(-)

diff --git a/wiki/pages/experiments.html b/wiki/pages/experiments.html
index 4889164..18db275 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
-- 
GitLab