aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/prosilver/template/ajax.js
diff options
context:
space:
mode:
authorTristan Darricau <github@nicofuma.fr>2014-09-14 22:00:16 +0200
committerTristan Darricau <github@nicofuma.fr>2014-09-14 22:00:16 +0200
commit9ef01e7f82332b80435b7fed3327ea6031bfc2ab (patch)
treee0a4be627daea3d5eb5233bd4185a17c1a00b41a /phpBB/styles/prosilver/template/ajax.js
parent1487e6f857e1ebdf7d1f4b2af31400aef4bca431 (diff)
parentffe24d5b8f1892426574367c777109d899a0e9ff (diff)
downloadforums-9ef01e7f82332b80435b7fed3327ea6031bfc2ab.tar
forums-9ef01e7f82332b80435b7fed3327ea6031bfc2ab.tar.gz
forums-9ef01e7f82332b80435b7fed3327ea6031bfc2ab.tar.bz2
forums-9ef01e7f82332b80435b7fed3327ea6031bfc2ab.tar.xz
forums-9ef01e7f82332b80435b7fed3327ea6031bfc2ab.zip
Merge pull request #2956 from prototech/ticket/13019
[ticket/13019] Always accept a reason for deleting a post/topic. * prototech/ticket/13019: [ticket/13019] Do not hide reason field when deleting permanently. [ticket/13019] Rename deletion reason label. [ticket/13019] Always accept a reason for deleting a post/topic.
Diffstat (limited to 'phpBB/styles/prosilver/template/ajax.js')
-rw-r--r--phpBB/styles/prosilver/template/ajax.js8
1 files changed, 0 insertions, 8 deletions
diff --git a/phpBB/styles/prosilver/template/ajax.js b/phpBB/styles/prosilver/template/ajax.js
index 13e8d02469..168efff4b4 100644
--- a/phpBB/styles/prosilver/template/ajax.js
+++ b/phpBB/styles/prosilver/template/ajax.js
@@ -353,14 +353,6 @@ $('.display_post').click(function(e) {
$('#post_hidden' + postId).hide();
});
-$('#delete_permanent').click(function () {
- if ($(this).prop('checked')) {
- $('#delete_reason').hide();
- } else {
- $('#delete_reason').show();
- }
-});
-
/**
* Toggle the member search panel in memberlist.php.
*