From 004ffac63fcc26ea1c3ff70e64a8ab626a09ec25 Mon Sep 17 00:00:00 2001 From: Matthias Andreas Benkard Date: Wed, 16 Jan 2013 10:45:59 +0000 Subject: Add parameter *DROP-UNFILTERED* to control whether unauthenticated comments are to be dropped immediately. --- static-files/js/comment-submission.js | 2 ++ 1 file changed, 2 insertions(+) (limited to 'static-files') diff --git a/static-files/js/comment-submission.js b/static-files/js/comment-submission.js index 23dae22..2704b0f 100644 --- a/static-files/js/comment-submission.js +++ b/static-files/js/comment-submission.js @@ -53,4 +53,6 @@ jQuery(function($) { } }); $('.spam-detection-info').html("This website uses a Hashcash-like proof-of-work system for spam detection."); + $('.comment-form').find('input, textarea').removeAttr('disabled'); //.prop('disabled', false); }); + -- cgit v1.2.3