aboutsummaryrefslogtreecommitdiffstats
path: root/js
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2011-11-24 17:00:20 -0800
committerfriendica <info@friendica.com>2011-11-24 17:00:20 -0800
commitcd81dcfc9dec6e6a81a2448f295f8e30b1148bd3 (patch)
tree56ab1ad6bf4705de384d493ba2d325540d46c315 /js
parentdcb209152d018f762c27da21e24063ada4b861cd (diff)
downloadvolse-hubzilla-cd81dcfc9dec6e6a81a2448f295f8e30b1148bd3.tar.gz
volse-hubzilla-cd81dcfc9dec6e6a81a2448f295f8e30b1148bd3.tar.bz2
volse-hubzilla-cd81dcfc9dec6e6a81a2448f295f8e30b1148bd3.zip
nasty stuff...
Diffstat (limited to 'js')
-rw-r--r--js/main.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/main.js b/js/main.js
index a61a253db..1a8cb4b85 100644
--- a/js/main.js
+++ b/js/main.js
@@ -242,7 +242,7 @@
$('#' + prev).after($(this));
}
else {
- $('.wall-item-outside-wrapper').each(function() {
+ $(this).find('.wall-item-outside-wrapper').each(function() {
var iident = $(this).attr('id');
$('#' + iident + ' ' + '.wall-item-ago').replaceWith($(this).find('.wall-item-ago'));
if($('#' + iident + ' ' + '.comment-edit-text-empty').length)