[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(); $('#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. * Toggle the member search panel in memberlist.php.
* *