aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@animus.robocracy.org>2007-08-13 20:13:53 -0700
committerBryan Newbold <bnewbold@animus.robocracy.org>2007-08-13 20:13:53 -0700
commit86978e28a9437e9a7c199188a7055cee193f6fb0 (patch)
tree4fa16996f734d33819e7c78b7c619691ca4db2cd
parent42aafe15b2fde378511e5f3575cce35521feaa56 (diff)
downloadbnewnet-86978e28a9437e9a7c199188a7055cee193f6fb0.tar.gz
bnewnet-86978e28a9437e9a7c199188a7055cee193f6fb0.zip
wow, IE sucks
-rw-r--r--bn_django/templates/base.html2
-rw-r--r--static/style/styleswitcher.js3
2 files changed, 1 insertions, 4 deletions
diff --git a/bn_django/templates/base.html b/bn_django/templates/base.html
index 3ffc84e..3d4fe00 100644
--- a/bn_django/templates/base.html
+++ b/bn_django/templates/base.html
@@ -3,7 +3,7 @@
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
{% block stylesheets %}
-<script type="text/javascript" src="/static/style/styleswitcher.js" />
+<script type="text/javascript" src="/static/style/styleswitcher.js"></script>
<link rel="stylesheet" type="text/css" href="/static/style/default.css" />
<link rel="stylesheet" type="text/css" href="/static/style/commentary.css" />
<link rel="alternate stylesheet" type="text/css"
diff --git a/static/style/styleswitcher.js b/static/style/styleswitcher.js
index ddc2846..71a5dff 100644
--- a/static/style/styleswitcher.js
+++ b/static/style/styleswitcher.js
@@ -59,9 +59,6 @@ window.onload = function(e) {
if(cookie) parseStyleCookie(cookie);
}
-/* var cookie = readCookie("style"); */
-/* parseStyleCookie(cookie) */
-
function swapstyle(thing) {
stuffset = true;
switch(thing){