mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 22:28:51 +00:00
[ticket/13019] Do not hide reason field when deleting permanently.
PHPBB3-13019
This commit is contained in:
parent
8c11927b55
commit
ffe24d5b8f
1 changed files with 0 additions and 8 deletions
|
@ -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.
|
||||||
*
|
*
|
||||||
|
|
Loading…
Add table
Reference in a new issue