mirror of
https://github.com/humhub/humhub.git
synced 2025-01-30 04:47:40 +01:00
Fixed Show More Button
This commit is contained in:
parent
41e5453c57
commit
d6568cf013
@ -20,7 +20,6 @@ $richOutput = humhub\widgets\RichText::widget(['text' => $post->message, 'record
|
||||
|
||||
$(document).ready(function () {
|
||||
|
||||
debugger;
|
||||
// save the count of characters
|
||||
var _words = '<?php echo strlen(strip_tags($richOutput)); ?>';
|
||||
var _postHeight = $('#post-content-<?php echo $post->id; ?>').outerHeight();
|
||||
|
Loading…
x
Reference in New Issue
Block a user