Translation for jQuery.divgrow strings. Fix mismatch in jQuery.timeago strings

This commit is contained in:
Alexandre Hannud Abdo
2014-02-24 17:47:57 -03:00
parent e4eeb9d101
commit 59211e0ac8
3 changed files with 27 additions and 23 deletions

View File

@@ -535,7 +535,7 @@ function updateConvItems(mode,data) {
$(".wall-item-body").each(function() {
if($(this).height() > 410) {
if(! $(this).hasClass('divmore')) {
$(this).divgrow({ initialHeight: 400, showBrackets: false });
$(this).divgrow({ initialHeight: 400, moreText: aStr['divgrowmore'], lessText: aStr['divgrowless'], showBrackets: false });
$(this).addClass('divmore');
}
}