1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00

[ticket/13019] Do not hide reason field when deleting permanently.

PHPBB3-13019
This commit is contained in:
Cesar G
2014-09-14 10:39:53 -07:00
parent 8c11927b55
commit ffe24d5b8f

View File

@@ -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.
*