Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Merge branch 'stable'
[simgrid.git] / docs / source / _ext / showfile.js
index 200bbdb60c217b794916971d23984e2980f26c26..a4edf3307c180f90046dcbe6e7f536be8d737b3a 100644 (file)
@@ -6,7 +6,7 @@ $(function() {
     $(".hidden-content").hide();
     $(".toggle-header").click(function () {
         $(this).toggleClass("open");
-        $(this).next(".toggle-content").toggle('400');
+        $(this).next(".toggle-content").toggle("400");
     });
 });