From f00ef84c2f69515dc0efda3bb4913892f96b1c82 Mon Sep 17 00:00:00 2001 From: ouidade Date: Fri, 24 Nov 2023 10:22:50 +0100 Subject: [PATCH] clean js --- web/themes/custom/reha/js/reha.js | 13 ------------- 1 file changed, 13 deletions(-) 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(); - }); }); - ///////////////////////////////////// - - - - - - });