aboutsummaryrefslogtreecommitdiff
path: root/static/js/autorefresh.js
diff options
context:
space:
mode:
authorLibravatar Choom 2022-12-20 04:20:49 -0300
committerLibravatar Choom 2022-12-20 08:49:04 -0300
commit1010ac07fdc3991faf31d2771f7c653583f54835 (patch)
tree8840b91e9185e1cf11c9ba0c21bb3b82175ef130 /static/js/autorefresh.js
parentbf739f69d56825b846a732e45dd5752ba84a3e5e (diff)
downloadweabot-1010ac07fdc3991faf31d2771f7c653583f54835.tar.gz
weabot-1010ac07fdc3991faf31d2771f7c653583f54835.tar.xz
weabot-1010ac07fdc3991faf31d2771f7c653583f54835.zip
Fix expansion imagen
Diffstat (limited to 'static/js/autorefresh.js')
-rw-r--r--static/js/autorefresh.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/static/js/autorefresh.js b/static/js/autorefresh.js
index cd4bf39..af61c8b 100644
--- a/static/js/autorefresh.js
+++ b/static/js/autorefresh.js
@@ -303,7 +303,7 @@ function detectService() {
thread_first_length = thread_length;
replylist = document.getElementsByClassName("thread");
replylist += document.getElementsByClassName("reply");
- var footer = document.getElementsByClassName("nav")[0];
+ var footer = document.getElementsByClassName("nav")[1];
var mnl = document.createElement("a");
mnl.id = "shownew";
mnl.href = "#";