diff options
author | Cesar G <prototech91@gmail.com> | 2014-09-14 10:39:53 -0700 |
---|---|---|
committer | Cesar G <prototech91@gmail.com> | 2014-09-14 10:41:57 -0700 |
commit | ffe24d5b8f1892426574367c777109d899a0e9ff (patch) | |
tree | bb847f03708a304594ab54075bdb121575451fff /phpBB/styles | |
parent | 8c11927b553717a8cd7d2afeb3e545ed54551c20 (diff) | |
download | forums-ffe24d5b8f1892426574367c777109d899a0e9ff.tar forums-ffe24d5b8f1892426574367c777109d899a0e9ff.tar.gz forums-ffe24d5b8f1892426574367c777109d899a0e9ff.tar.bz2 forums-ffe24d5b8f1892426574367c777109d899a0e9ff.tar.xz forums-ffe24d5b8f1892426574367c777109d899a0e9ff.zip |
[ticket/13019] Do not hide reason field when deleting permanently.
PHPBB3-13019
Diffstat (limited to 'phpBB/styles')
-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. * |