forked from leftypol/leftypol
thread.html main.js: use ids to identify hud top and bottom bars
This commit is contained in:
parent
8fcad42ba2
commit
9799d7e515
2 changed files with 3 additions and 3 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue