diff --git a/faq.php b/faq.php index 462ccdafa..f612ec5e5 100644 --- a/faq.php +++ b/faq.php @@ -11,7 +11,7 @@

The largest board owners are promoted to Global Volunteers. This is devised by an algorithm, but volunteers are only promoted with my express approval.

-

All new global volunteers are sent a message congratulating them on becoming global volunteers and explaining the position. Gloval volunteers simply delete CP, excessive spam and other illegal content that comes on the server and ban the posting users and their IP ranges.

+

All new global volunteers are sent a message congratulating them on becoming global volunteers and explaining the position. Global volunteers simply delete CP, excessive spam and other illegal content that comes on the server and ban the posting users and their IP ranges.

There is a large penalty for abusing their powers to ban users for other reasons. That penalty is that I will not only remove their global volunteer position, but also commandeer their board. I will then find another suitable owner for it among the board's users and give it to them.

diff --git a/js/quick-reply.js b/js/quick-reply.js index 07fe4aefb..89bf794bd 100644 --- a/js/quick-reply.js +++ b/js/quick-reply.js @@ -291,6 +291,8 @@ '); $postForm.attr('id', 'quick-reply'); + + $postForm.prependChild($dummyStuff); //Anti-autofill features in Chrome were not working because the nonsense div was the last element in the
$postForm.appendTo($('body')).hide(); $origPostForm = $('form[name="post"]:first'); diff --git a/templates/post_form.html b/templates/post_form.html index 34435e2a6..7108d8621 100644 --- a/templates/post_form.html +++ b/templates/post_form.html @@ -1,4 +1,6 @@ - + + + {{ antibot.html() }} {% if id %}{% endif %} {{ antibot.html() }}