aboutsummaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
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++) {