aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2015-03-17 09:25:21 +0000
committerSean Whitton <spwhitton@spwhitton.name>2015-03-17 09:25:21 +0000
commit737dd87c45ad11cef3a6077eefbb01aad795b223 (patch)
tree9cef26d913a15f697926942ccf6e65b153bf1b9c
parent5a91d8c56cf42e266667ce7054bcca7065b057e2 (diff)
downloadsariulclocks-737dd87c45ad11cef3a6077eefbb01aad795b223.tar.gz
m
-rw-r--r--src/Types/Session.hs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Types/Session.hs b/src/Types/Session.hs
index 0241bd1..7941070 100644
--- a/src/Types/Session.hs
+++ b/src/Types/Session.hs
@@ -34,8 +34,8 @@ makeClockCookie now session =
Cookie { cookieName = "clock_cookie"
, cookieValue =
case currentClock session of
- CountDownClock -> "0"
- CountUpClock -> "1"
+ CountDownClock -> "0"
+ CountUpClock -> "1"
, cookieExpires = Just $ endOfSchoolDay now
, cookieDomain = Nothing
, cookiePath = Nothing