Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Make docs generation compatible with Sphinx 2.x
[simgrid.git] / docs / source / _ext / showfile.js
index 7dae2b1..fd8ae6c 100644 (file)
@@ -3,7 +3,7 @@ $(function() {
     /**
      * Toggle logic
      */
-    $('.toggle-content').hide()
+    $('.hidden-content').hide()
     $('.toggle-header').click(function () {
         $(this).toggleClass("open");
         $(this).next('.toggle-content').toggle('400');