aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/prosilver/template
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/styles/prosilver/template')
-rw-r--r--phpBB/styles/prosilver/template/ajax.js2
1 files changed, 1 insertions, 1 deletions
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();
});
});