Merge branch 'prod'

This commit is contained in:
2025-10-07 21:33:31 +02:00
5 changed files with 42 additions and 3 deletions
+5
View File
@@ -308,6 +308,11 @@ jQuery(document).ready(function($){
// })(jQuery, Drupal);
// //////////////////// end div infos site ////////////////////////
// document.querySelectorAll('.description').forEach(el => {
// el.setAttribute('data-text', el.textContent.trim());
// });
function initDescriptionTooltips(root = document) {
root.querySelectorAll('.description').forEach(el => {
if (!el.hasAttribute('data-text')) {