aboutsummaryrefslogtreecommitdiffstats
path: root/view/js
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2014-02-24 14:19:53 -0800
committerfriendica <info@friendica.com>2014-02-24 14:19:53 -0800
commitb2372c0c8f0b6e46874973731e74cc10d767ca0f (patch)
tree1eeb13d86f2f03dc434d45e18dcf2cc14a0f78d4 /view/js
parent5bd71e4e4ddb28e85f3fc71d4cdf6763788da9d7 (diff)
parent9a097dc80ce42a5093f0bb3296e1fbc2139c8ed1 (diff)
downloadvolse-hubzilla-b2372c0c8f0b6e46874973731e74cc10d767ca0f.tar.gz
volse-hubzilla-b2372c0c8f0b6e46874973731e74cc10d767ca0f.tar.bz2
volse-hubzilla-b2372c0c8f0b6e46874973731e74cc10d767ca0f.zip
Merge https://github.com/friendica/red into zpull
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 fa96596f4..5f88ea9ca 100644
--- a/view/js/main.js
+++ b/view/js/main.js
@@ -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');
}
}