mobile content moment

This commit is contained in:
Tessier
2020-11-29 18:14:45 +01:00
parent f425cb2abc
commit c9330e8e5f
3 changed files with 2 additions and 6 deletions
@@ -327,14 +327,10 @@
TxtMomentHeght = $('#moments .__content').height();
limitHeight = 16 * 8;
console.log(TxtMomentHeght);
$morelink = $('#moments .more_link');
if(TxtMomentHeght <= limitHeight){
console.log("salut");
$morelink.addClass('is_active');
}