diff options
Diffstat (limited to 'static')
-rw-r--r-- | static/ico/nsa.png | bin | 0 -> 7790 bytes | |||
-rw-r--r-- | static/ico/sweep.gif | bin | 0 -> 718 bytes | |||
-rw-r--r-- | static/ico/toot.gif | bin | 0 -> 461 bytes | |||
-rw-r--r-- | static/icons/comment_delete.png | bin | 548 -> 0 bytes | |||
-rw-r--r-- | static/icons/cross.png | bin | 655 -> 0 bytes | |||
-rw-r--r-- | static/icons/user_delete.png | bin | 767 -> 0 bytes | |||
-rw-r--r-- | static/js/home.js | 2 |
7 files changed, 1 insertions, 1 deletions
diff --git a/static/ico/nsa.png b/static/ico/nsa.png Binary files differnew file mode 100644 index 0000000..2320da6 --- /dev/null +++ b/static/ico/nsa.png diff --git a/static/ico/sweep.gif b/static/ico/sweep.gif Binary files differnew file mode 100644 index 0000000..a832175 --- /dev/null +++ b/static/ico/sweep.gif diff --git a/static/ico/toot.gif b/static/ico/toot.gif Binary files differnew file mode 100644 index 0000000..b75a98d --- /dev/null +++ b/static/ico/toot.gif diff --git a/static/icons/comment_delete.png b/static/icons/comment_delete.png Binary files differdeleted file mode 100644 index 643fdbe..0000000 --- a/static/icons/comment_delete.png +++ /dev/null diff --git a/static/icons/cross.png b/static/icons/cross.png Binary files differdeleted file mode 100644 index 1514d51..0000000 --- a/static/icons/cross.png +++ /dev/null diff --git a/static/icons/user_delete.png b/static/icons/user_delete.png Binary files differdeleted file mode 100644 index acbb563..0000000 --- a/static/icons/user_delete.png +++ /dev/null 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++) { |