js header smoozer

This commit is contained in:
2023-11-23 16:07:57 +01:00
parent a022b2272e
commit ec8b09383a
3 changed files with 22 additions and 50 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ jQuery(document).ready(function($){
$(document).ready(function() {
$(".bouton-contact").click(function(event) {
$(".config_pages--contact--full").slideToggle();
$(".field--type-text-long").slideToggle();
});
});