aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/prosilver/template/ajax.js
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/styles/prosilver/template/ajax.js')
-rw-r--r--phpBB/styles/prosilver/template/ajax.js7
1 files changed, 0 insertions, 7 deletions
diff --git a/phpBB/styles/prosilver/template/ajax.js b/phpBB/styles/prosilver/template/ajax.js
index 9ae7679e3e..3ad03f1539 100644
--- a/phpBB/styles/prosilver/template/ajax.js
+++ b/phpBB/styles/prosilver/template/ajax.js
@@ -24,13 +24,6 @@ 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).css('pointer-events', 'none').fadeOut(function() {
- $(this).remove();
- });
-});
-
// This removes the parent row of the link or form that fired the callback.
phpbb.add_ajax_callback('row_delete', function() {
$(this).parents('tr').remove();