aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles
diff options
context:
space:
mode:
authorTristan Darricau <github@nicofuma.fr>2014-09-14 22:07:52 +0200
committerTristan Darricau <github@nicofuma.fr>2014-09-14 22:07:52 +0200
commit1507c5af646cdbc4bcbd65e00a5d8ba0005fc9f5 (patch)
tree8953583d1f0e405c17b1c3b5cec94da0c58ee6b6 /phpBB/styles
parent2634db6031944de5c2ef6ea65b7c0cd7dfaca539 (diff)
parent9ef01e7f82332b80435b7fed3327ea6031bfc2ab (diff)
downloadforums-1507c5af646cdbc4bcbd65e00a5d8ba0005fc9f5.tar
forums-1507c5af646cdbc4bcbd65e00a5d8ba0005fc9f5.tar.gz
forums-1507c5af646cdbc4bcbd65e00a5d8ba0005fc9f5.tar.bz2
forums-1507c5af646cdbc4bcbd65e00a5d8ba0005fc9f5.tar.xz
forums-1507c5af646cdbc4bcbd65e00a5d8ba0005fc9f5.zip
Merge branch 'develop-ascraeus' into develop
* develop-ascraeus: [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')
-rw-r--r--phpBB/styles/prosilver/template/ajax.js8
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.
*