diff options
author | Tristan Darricau <github@nicofuma.fr> | 2014-09-14 22:00:16 +0200 |
---|---|---|
committer | Tristan Darricau <github@nicofuma.fr> | 2014-09-14 22:00:16 +0200 |
commit | 9ef01e7f82332b80435b7fed3327ea6031bfc2ab (patch) | |
tree | e0a4be627daea3d5eb5233bd4185a17c1a00b41a /phpBB/styles/prosilver/template/ajax.js | |
parent | 1487e6f857e1ebdf7d1f4b2af31400aef4bca431 (diff) | |
parent | ffe24d5b8f1892426574367c777109d899a0e9ff (diff) | |
download | forums-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.js | 8 |
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. * |