summaryrefslogtreecommitdiff
path: root/static-files
diff options
context:
space:
mode:
authorMatthias Andreas Benkard <code@mail.matthias.benkard.de>2011-03-15 13:38:11 +0100
committerMatthias Andreas Benkard <code@mail.matthias.benkard.de>2011-03-15 13:38:11 +0100
commitc63989699bbca26908c2efd7968f776800e75b36 (patch)
tree2e2779c891ab2d617ecdf4419cc888851f1a6a14 /static-files
parentc5436f91374bdf463e4c83637c90ac888f973a3f (diff)
Improve spam detection information on comment submission pages.
Diffstat (limited to 'static-files')
-rw-r--r--static-files/js/comment-submission.js3
1 files changed, 1 insertions, 2 deletions
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 <a href=\"http://en.wikipedia.org/w/index.php?title=Hashcash&oldid=417692755\">Hashcash</a>-like proof-of-work system for spam detection.");
});