ouidade 3 місяців тому
батько
коміт
02a932e2b1

Різницю між файлами не показано, бо вона завелика
+ 0 - 0
web/themes/custom/reha/dist/bundle.js


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

@@ -309,6 +309,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')) {

Деякі файли не було показано, через те що забагато файлів було змінено