aboutsummaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorLibravatar junk 2021-05-08 11:57:10 -0400
committerLibravatar junk 2021-05-08 13:35:21 -0400
commite85319f9e58c6ff3ed2d2d6f33596d8bb71a1f92 (patch)
treed26c36c66dbcf2f373c01897b1ce00da6ddc255e /static
parent91e3d67dd123561c1604ce37da8dd0e2e987ef88 (diff)
downloadweabot-e85319f9e58c6ff3ed2d2d6f33596d8bb71a1f92.tar.gz
weabot-e85319f9e58c6ff3ed2d2d6f33596d8bb71a1f92.tar.xz
weabot-e85319f9e58c6ff3ed2d2d6f33596d8bb71a1f92.zip
Cambiando home
Diffstat (limited to 'static')
-rw-r--r--static/ico/nsa.pngbin0 -> 7790 bytes
-rw-r--r--static/ico/sweep.gifbin0 -> 718 bytes
-rw-r--r--static/ico/toot.gifbin0 -> 461 bytes
-rw-r--r--static/icons/comment_delete.pngbin548 -> 0 bytes
-rw-r--r--static/icons/cross.pngbin655 -> 0 bytes
-rw-r--r--static/icons/user_delete.pngbin767 -> 0 bytes
-rw-r--r--static/js/home.js2
7 files changed, 1 insertions, 1 deletions
diff --git a/static/ico/nsa.png b/static/ico/nsa.png
new file mode 100644
index 0000000..2320da6
--- /dev/null
+++ b/static/ico/nsa.png
Binary files differ
diff --git a/static/ico/sweep.gif b/static/ico/sweep.gif
new file mode 100644
index 0000000..a832175
--- /dev/null
+++ b/static/ico/sweep.gif
Binary files differ
diff --git a/static/ico/toot.gif b/static/ico/toot.gif
new file mode 100644
index 0000000..b75a98d
--- /dev/null
+++ b/static/ico/toot.gif
Binary files differ
diff --git a/static/icons/comment_delete.png b/static/icons/comment_delete.png
deleted file mode 100644
index 643fdbe..0000000
--- a/static/icons/comment_delete.png
+++ /dev/null
Binary files differ
diff --git a/static/icons/cross.png b/static/icons/cross.png
deleted file mode 100644
index 1514d51..0000000
--- a/static/icons/cross.png
+++ /dev/null
Binary files differ
diff --git a/static/icons/user_delete.png b/static/icons/user_delete.png
deleted file mode 100644
index acbb563..0000000
--- a/static/icons/user_delete.png
+++ /dev/null
Binary files differ
diff --git a/static/js/home.js b/static/js/home.js
index 0a90627..c8a2921 100644
--- a/static/js/home.js
+++ b/static/js/home.js
@@ -196,7 +196,7 @@ document.addEventListener("DOMContentLoaded", function() {
opcs = { style: "IB", auto: false, sound: false, last: 0 };
parse();
}
- set_stylesheet(opcs.style);
+ //set_stylesheet(opcs.style);
var css = document.getElementById("change_style").getElementsByTagName("a");
for (var j = 0; j < css.length; j++) {