also style the collapse link

This commit is contained in:
marijus 2015-01-07 13:04:50 +01:00
parent fbe0610ce9
commit a373b9f1d4

View file

@ -604,7 +604,7 @@ function updateConvItems(mode,data) {
$(this).readmore({
collapsedHeight: divmore_height,
moreLink: '<a href="#" class="divgrow-showmore">'+aStr['divgrowmore']+'</a>',
lessLink: '<a href="#">'+aStr['divgrowless']+'</a>'
lessLink: '<a href="#" class="divgrow-showmore">'+aStr['divgrowless']+'</a>'
});
$(this).addClass('divmore');
}