فهرست منبع

infos dans bulles hover

ouidade 1 ماه پیش
والد
کامیت
02a932e2b1
2فایلهای تغییر یافته به همراه5 افزوده شده و 0 حذف شده
  1. 0 0
      web/themes/custom/reha/dist/bundle.js
  2. 5 0
      web/themes/custom/reha/js/reha.js

تفاوت فایلی نمایش داده نمی شود زیرا این فایل بسیار بزرگ است
+ 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')) {

برخی فایل ها در این مقایسه diff نمایش داده نمی شوند زیرا تعداد فایل ها بسیار زیاد است