aboutsummaryrefslogtreecommitdiffstats
path: root/view/js
diff options
context:
space:
mode:
authormarijus <mario@mariovavti.com>2015-01-06 20:06:41 +0100
committermarijus <mario@mariovavti.com>2015-01-06 20:06:41 +0100
commit1064be3a76a4343fa0ba3a054551dc2c04b1930d (patch)
tree36deb4915bbf3c7ae2a9c178211fb9af3d4a9406 /view/js
parent94dd994abcf9a845374305693dcc70e99614b216 (diff)
downloadvolse-hubzilla-1064be3a76a4343fa0ba3a054551dc2c04b1930d.tar.gz
volse-hubzilla-1064be3a76a4343fa0ba3a054551dc2c04b1930d.tar.bz2
volse-hubzilla-1064be3a76a4343fa0ba3a054551dc2c04b1930d.zip
add some style to divgrowmore
Diffstat (limited to 'view/js')
-rw-r--r--view/js/main.js2
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');
}
}