diff --git a/web/themes/custom/reha/js/reha.js b/web/themes/custom/reha/js/reha.js index 21f79f9..7e462a2 100644 --- a/web/themes/custom/reha/js/reha.js +++ b/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(); - }); }); - ///////////////////////////////////// - - - - - - });