aboutsummaryrefslogtreecommitdiffstats
path: root/js
diff options
context:
space:
mode:
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)