diff options
Diffstat (limited to 'view/head.tpl')
-rw-r--r-- | view/head.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/head.tpl b/view/head.tpl index f522f54b8..a2b55e0b5 100644 --- a/view/head.tpl +++ b/view/head.tpl @@ -65,7 +65,7 @@ } else { $('#' + ident + ' ' + '.wall-item-ago').replaceWith($(this).find('.wall-item-ago')); - $('#' + ident + ' ' + '.wall-item-comment-wrapper').replaceWith($(this).find('.wall-item-comment-wrapper')); + $('#' + ident + ' ' + '.wall-item-comment-wrapper').replaceWith($(this).find('.wall-item-comment-wrapper')); } prev = ident; }); |