diff options
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){ |