diff --git a/templates/main.js b/templates/main.js
index 5a4c68fc..0ccaf5f1 100644
--- a/templates/main.js
+++ b/templates/main.js
@@ -155,6 +155,7 @@ function highlightReply(id) {
if (post)
post.className += ' highlighted';
}
+ return false;
}
function generatePassword() {
@@ -207,6 +208,7 @@ function citeReply(id, with_link) {
$(window).trigger('cite', [id, with_link]);
$(textarea).change();
}
+ return false;
}
function rememberStuff() {
diff --git a/templates/post_reply.html b/templates/post_reply.html
index c5d24247..4fe98ded 100644
--- a/templates/post_reply.html
+++ b/templates/post_reply.html
@@ -38,16 +38,8 @@
{% if config.poster_ids %}
ID: {{ post.ip|poster_id(post.thread) }}
{% endif %}
- No.
-
+ No.
+
{{ post.id }}