aboutsummaryrefslogtreecommitdiff
path: root/static/js
diff options
context:
space:
mode:
Diffstat (limited to 'static/js')
-rw-r--r--static/js/weabotxt.js15
1 files changed, 6 insertions, 9 deletions
diff --git a/static/js/weabotxt.js b/static/js/weabotxt.js
index f4bbe2f..269168e 100644
--- a/static/js/weabotxt.js
+++ b/static/js/weabotxt.js
@@ -248,19 +248,16 @@ document.addEventListener("DOMContentLoaded", function() {
else weabot = {"name":null,"email":null,"password":null};
board = document.body.dataset.brd;
+ var where = document.getElementById(board);
+ if (where) where.className = "cur_brd";
var forms = document.getElementsByTagName("form");
for(var i=0;i<forms.length;i++) { if(forms[i].id.startsWith("postform")) setInputs(forms[i].id); }
- if (document.body.className == "mainpage") {
- var styleSelect = document.getElementById("styles");
- if (styleSelect) {
- styleSelect.addEventListener("change", applyTheme, false);
- styleSelect.value = localStorage.getItem(style_cookie);
- }
-
- var where = document.getElementById(board);
- if (where) where.className = "cur_brd";
+ var styleSelect = document.getElementById("styles");
+ if (styleSelect) {
+ styleSelect.addEventListener("change", applyTheme, false);
+ styleSelect.value = localStorage.getItem(style_cookie);
}
if(localStorage.getItem("shobon_time") != "false")