diff --git a/templates/main.js b/templates/main.js index 6652343d..b981a78b 100755 --- a/templates/main.js +++ b/templates/main.js @@ -227,7 +227,7 @@ function init_stylechooser() { newElement.appendChild(style); } - document.getElementsByTagName('body')[0].insertBefore(newElement, document.getElementsByTagName('body')[0].lastChild.nextSibling); + document.getElementById('bottom-hud').before(newElement); } function get_cookie(cookie_name) { diff --git a/templates/thread.html b/templates/thread.html index 87baad83..89569ff2 100644 --- a/templates/thread.html +++ b/templates/thread.html @@ -29,7 +29,7 @@ {{ board.url }} - {{ meta_subject }} -
+
{{ boardlist.top }}
@@ -106,7 +106,7 @@ {% for footer in config.footer %}

{{ footer }}

{% endfor %}
-
+