aboutsummaryrefslogtreecommitdiff
path: root/static/js
diff options
context:
space:
mode:
authorLibravatar Señor X 2019-03-31 06:56:41 -0300
committerLibravatar Señor X 2019-03-31 06:56:41 -0300
commit44f98255c81abce079964dc19d698ad0743e2621 (patch)
tree80d390c496535ec4771220af0ad185019d707177 /static/js
parent124279ee2c6e2fbf4ebd751588c8d4bffec6d3e3 (diff)
downloadweabot-44f98255c81abce079964dc19d698ad0743e2621.tar.gz
weabot-44f98255c81abce079964dc19d698ad0743e2621.tar.xz
weabot-44f98255c81abce079964dc19d698ad0743e2621.zip
Agregando selector a lista de hilos
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")