diff --git a/phpBB/styles/prosilver/template/ajax.js b/phpBB/styles/prosilver/template/ajax.js index f42c37fbce..02b1e95b46 100644 --- a/phpBB/styles/prosilver/template/ajax.js +++ b/phpBB/styles/prosilver/template/ajax.js @@ -26,7 +26,7 @@ phpbb.add_ajax_callback('post_approve', function(res) { // This callback handles the removal of the quick reply form. phpbb.add_ajax_callback('qr-submit', function() { - $(this).parents('form').fadeOut(function() { + $(this).fadeOut(function() { $(this).remove(); }); });