aboutsummaryrefslogtreecommitdiff
path: root/static/js
diff options
context:
space:
mode:
authorLibravatar Choom 2022-12-13 21:13:09 -0300
committerLibravatar Choom 2022-12-13 22:15:24 -0300
commit5ef5827e02f20fb59e92ac8e88fba85103442b1f (patch)
treed756b52d77407f1dd8ee2e399bfd8872209852eb /static/js
parentffd2b09b25c61b285169557b93277e7c1476cd4f (diff)
downloadweabot-5ef5827e02f20fb59e92ac8e88fba85103442b1f.tar.gz
weabot-5ef5827e02f20fb59e92ac8e88fba85103442b1f.tar.xz
weabot-5ef5827e02f20fb59e92ac8e88fba85103442b1f.zip
Agregado buscador a IB
Agregado buscador a IB Agregado buscador a IB Agregado buscador a IB Agregado buscador a IB Agregado buscador a IB Agregado buscador a IB Agregado buscador a IB
Diffstat (limited to 'static/js')
-rw-r--r--static/js/weabot.js8
1 files changed, 0 insertions, 8 deletions
diff --git a/static/js/weabot.js b/static/js/weabot.js
index 1bab0f6..28e31cb 100644
--- a/static/js/weabot.js
+++ b/static/js/weabot.js
@@ -294,14 +294,6 @@ document.addEventListener("DOMContentLoaded", function(e) {
sel.options.add(c);
}
- var styles = document.getElementById("styles");
- if (styles) {
- var li = document.createElement("li");
- li.appendChild(document.createTextNode("Estilo: "));
- li.appendChild(styles);
- document.getElementById("rules").childNodes[1].appendChild(li);
- }
-
head.textContent = ""
var home = document.createElement("a");
home.text = "Bienvenido a Internet";