Prechádzať zdrojové kódy

limit characters soustitre

ouidade 2 mesiacov pred
rodič
commit
9f4bb50066

Rozdielové dáta súboru neboli zobrazené, pretože súbor je príliš veľký
+ 0 - 0
web/themes/custom/eql/dist/assets/bundle.js


+ 1 - 1
web/themes/custom/eql/scripts/main.js

@@ -291,7 +291,7 @@ document.addEventListener('DOMContentLoaded', () => {
   document.addEventListener("DOMContentLoaded", function () {
     const maxLength = 80;
 
-    document.querySelectorAll('.view-base-de-donnees .wrapper-ressource .field--name-field-sous-titre').forEach(function (element) {
+    document.querySelectorAll('.view-base-de-donnees .wrapper-ressource .field--name-field-sous-titre a').forEach(function (element) {
       const fullText = element.textContent.trim();
 
       if (fullText.length > maxLength) {

Niektoré súbory nie sú zobrazené, pretože je v týchto rozdielových dátach zmenené mnoho súborov