From c63989699bbca26908c2efd7968f776800e75b36 Mon Sep 17 00:00:00 2001 From: Matthias Andreas Benkard Date: Tue, 15 Mar 2011 13:38:11 +0100 Subject: Improve spam detection information on comment submission pages. --- static-files/js/comment-submission.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'static-files') diff --git a/static-files/js/comment-submission.js b/static-files/js/comment-submission.js index c4c3d6a..23dae22 100644 --- a/static-files/js/comment-submission.js +++ b/static-files/js/comment-submission.js @@ -52,6 +52,5 @@ jQuery(function($) { return true; } }); - $('.spam-detection-method').text("Hashcash"); - $('.irrelevant-for-hashcash').text(''); + $('.spam-detection-info').html("This website uses a Hashcash-like proof-of-work system for spam detection."); }); -- cgit v1.2.3