summaryrefslogtreecommitdiff
path: root/static-files
diff options
context:
space:
mode:
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.");
});