aboutsummaryrefslogtreecommitdiffstats
path: root/view/js/main.js
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2014-06-15 18:58:26 -0700
committerfriendica <info@friendica.com>2014-06-15 18:58:26 -0700
commit0e4a28678df0c25a69e87eb3f75398d2b12bd015 (patch)
tree218174b5d74010fff930cc623897a18a1a09248d /view/js/main.js
parent72f00d6e04f0f57fc19f343a88975680baf8958a (diff)
parente2a0778e0876d4a7891eb343def4af024fcd586d (diff)
downloadvolse-hubzilla-0e4a28678df0c25a69e87eb3f75398d2b12bd015.tar.gz
volse-hubzilla-0e4a28678df0c25a69e87eb3f75398d2b12bd015.tar.bz2
volse-hubzilla-0e4a28678df0c25a69e87eb3f75398d2b12bd015.zip
Merge https://github.com/friendica/red into pending_merge
Diffstat (limited to 'view/js/main.js')
-rw-r--r--view/js/main.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/view/js/main.js b/view/js/main.js
index 19af9c2ff..267833ed8 100644
--- a/view/js/main.js
+++ b/view/js/main.js
@@ -136,10 +136,12 @@
if( $('#collapsed-comments-' + id).is(':visible')) {
$('#collapsed-comments-' + id).hide();
$('#hide-comments-' + id).html(aStr['showmore']);
+ $('#hide-comments-total-' + id).show();
}
else {
$('#collapsed-comments-' + id).show();
$('#hide-comments-' + id).html(aStr['showfewer']);
+ $('#hide-comments-total-' + id).hide();
}
}