diff options
author | Bryan Newbold <bnewbold@animus.robocracy.org> | 2007-08-13 20:13:53 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@animus.robocracy.org> | 2007-08-13 20:13:53 -0700 |
commit | 86978e28a9437e9a7c199188a7055cee193f6fb0 (patch) | |
tree | 4fa16996f734d33819e7c78b7c619691ca4db2cd /static | |
parent | 42aafe15b2fde378511e5f3575cce35521feaa56 (diff) | |
download | bnewnet-86978e28a9437e9a7c199188a7055cee193f6fb0.tar.gz bnewnet-86978e28a9437e9a7c199188a7055cee193f6fb0.zip |
wow, IE sucks
Diffstat (limited to 'static')
-rw-r--r-- | static/style/styleswitcher.js | 3 |
1 files changed, 0 insertions, 3 deletions
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){ |