Sfoglia il codice sorgente

fix mor link height

Tessier 3 anni fa
parent
commit
f425cb2abc
1 ha cambiato i file con 13 aggiunte e 0 eliminazioni
  1. 13 0
      web/themes/custom/popsu_colloque/js/script.js

+ 13 - 0
web/themes/custom/popsu_colloque/js/script.js

@@ -323,7 +323,20 @@
   }
 
   function hidden_morelinkMoment(){
+
+    TxtMomentHeght = $('#moments .__content').height();
+    limitHeight = 16 * 8;
+
+    console.log(TxtMomentHeght);
+
     $morelink = $('#moments .more_link');
+
+  if(TxtMomentHeght <= limitHeight){
+    console.log("salut");
+    $morelink.addClass('is_active');
+
+  }
+
     
     $morelink.click(function(e) {
       e.preventDefault();