Browse Source

fix mor link height

Tessier 3 years ago
parent
commit
f425cb2abc
1 changed files with 13 additions and 0 deletions
  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();