From 7ca7887ae82c09270869ed6737f94a99e210665c Mon Sep 17 00:00:00 2001 From: Joris Guyonvarch Date: Wed, 18 Mar 2015 09:17:40 +0100 Subject: Finally use unter to update timer edition --- src/View/Timer.elm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/View') diff --git a/src/View/Timer.elm b/src/View/Timer.elm index 5d98fd1..b508dd6 100644 --- a/src/View/Timer.elm +++ b/src/View/Timer.elm @@ -33,7 +33,9 @@ timerView model (id, timer) = in case maybeEdition of Just edition -> button - [ class "time block edition" ] + [ class "time block edition" + , onClick (Signal.send updates ValidTimerEdition) + ] [ text (editionView edition.numbers) ] Nothing -> button -- cgit v1.2.3