also style the collapse link
This commit is contained in:
parent
fbe0610ce9
commit
a373b9f1d4
@ -604,7 +604,7 @@ function updateConvItems(mode,data) {
|
|||||||
$(this).readmore({
|
$(this).readmore({
|
||||||
collapsedHeight: divmore_height,
|
collapsedHeight: divmore_height,
|
||||||
moreLink: '<a href="#" class="divgrow-showmore">'+aStr['divgrowmore']+'</a>',
|
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');
|
$(this).addClass('divmore');
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user