Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add new entry in Release_Notes.
[simgrid.git] / docs / source / _ext / showfile.js
index fd8ae6c..a4edf33 100644 (file)
@@ -3,10 +3,10 @@ $(function() {
     /**
      * Toggle logic
      */
-    $('.hidden-content').hide()
-    $('.toggle-header').click(function () {
+    $(".hidden-content").hide();
+    $(".toggle-header").click(function () {
         $(this).toggleClass("open");
-        $(this).next('.toggle-content').toggle('400');
-    })
+        $(this).next(".toggle-content").toggle("400");
+    });
 });