diff options
-rw-r--r-- | bn_django/templates/base.html | 2 | ||||
-rw-r--r-- | static/style/styleswitcher.js | 3 |
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){ |