Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Prefer doublequotes (codacy).
authorArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Thu, 4 Jun 2020 15:39:59 +0000 (17:39 +0200)
committerArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Fri, 5 Jun 2020 14:25:00 +0000 (16:25 +0200)
docs/source/_ext/showfile.js

index 200bbdb..a4edf33 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");
     });
 });