diff options
author | friendica <info@friendica.com> | 2015-01-06 11:26:54 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2015-01-06 11:26:54 -0800 |
commit | e20d82ab0b839ac4a93d91f5aeaec562b7fecd18 (patch) | |
tree | 602e5babdc37a1020bff39b2c996e660bd19926b /view | |
parent | 859b672e37d41ed251070c5262f27c1099241b79 (diff) | |
parent | b8d3936e473011298bf58d28db5c95c489f5836f (diff) | |
download | volse-hubzilla-e20d82ab0b839ac4a93d91f5aeaec562b7fecd18.tar.gz volse-hubzilla-e20d82ab0b839ac4a93d91f5aeaec562b7fecd18.tar.bz2 volse-hubzilla-e20d82ab0b839ac4a93d91f5aeaec562b7fecd18.zip |
Merge branch 'master' into trinidad
Diffstat (limited to 'view')
-rw-r--r-- | view/js/main.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/js/main.js b/view/js/main.js index 85aea9875..1bfbaa0e7 100644 --- a/view/js/main.js +++ b/view/js/main.js @@ -598,7 +598,7 @@ function updateConvItems(mode,data) { $(".wall-item-body, .contact-info").each(function() { if($(this).height() > divmore_height + 10) { if(! $(this).hasClass('divmore')) { - $(this).readmore({collapsedHeight: divmore_height, moreLink: '<a href="#">'+aStr['divgrowmore']+'</a>', lessLink: '<a href="#">'+aStr['divgrowless']+'</a>'}); + $(this).readmore({collapsedHeight: divmore_height, moreLink: '<a href="#" class="divgrow-showmore">'+aStr['divgrowmore']+'</a>', lessLink: '<a href="#">'+aStr['divgrowless']+'</a>'}); $(this).addClass('divmore'); } } |