ouidade 1 year ago
parent
commit
f00ef84c2f
1 changed files with 0 additions and 13 deletions
  1. 0 13
      web/themes/custom/reha/js/reha.js

+ 0 - 13
web/themes/custom/reha/js/reha.js

@@ -21,8 +21,6 @@ jQuery(document).ready(function($){
 
      // menu déroulant
 
-//////////////// ok /////////////////
-
   $(document).ready(function() {
     $(".bouton-contact").click(function(event) {
       $(".field--type-text-long").slideToggle();
@@ -30,24 +28,13 @@ jQuery(document).ready(function($){
     });
   });
 
-  /////////////// ok /////////////////
 
   $(document).ready(function() {
     $(".bouton-connexion").click(function(event) {
       $(".connexion-full").slideToggle();
-      // $(".user-login-form").slideToggle();
-      // $("ul").slideToggle();
-
     });
   });
 
-  /////////////////////////////////////
-
-
-
-
-
-
 });