aboutsummaryrefslogtreecommitdiff
path: root/static/js
diff options
context:
space:
mode:
authorLibravatar Jay 2019-04-06 21:09:10 -0300
committerLibravatar Jay 2019-04-06 21:28:43 -0300
commit905d58aa50ae33d76a7eaf8624a5e29d25d6d382 (patch)
tree02ee5f29d84739a08d2b5d171d4796c3a8bfd984 /static/js
parentd8c40623892877cbae0ecda219ef470c139828da (diff)
downloadweabot-905d58aa50ae33d76a7eaf8624a5e29d25d6d382.tar.gz
weabot-905d58aa50ae33d76a7eaf8624a5e29d25d6d382.tar.xz
weabot-905d58aa50ae33d76a7eaf8624a5e29d25d6d382.zip
Nuevo estilo en BBS: Gamer
Diffstat (limited to 'static/js')
-rw-r--r--static/js/weabot.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/static/js/weabot.js b/static/js/weabot.js
index a79834d..5a92836 100644
--- a/static/js/weabot.js
+++ b/static/js/weabot.js
@@ -377,6 +377,9 @@ document.addEventListener("DOMContentLoaded", function(e) {
if (types.includes("JPG")) types.push("JPEG");
postform.file.addEventListener("change", filePreview);
}
+
+ var del = document.getElementById("delform");
+ if (del) del.password.value = weabot.password;
window.addEventListener("hashchange", checkhighlight);