Minor tweak
This commit is contained in:
parent
03814cd042
commit
764a5dde04
@ -57,8 +57,7 @@ inputList :: (Monad mo, m ~ GGHandler sub master mo, xml ~ GGWidget master (GGHa
|
|||||||
inputList label fixXml single mdef = formToAForm $ do
|
inputList label fixXml single mdef = formToAForm $ do
|
||||||
theId <- lift newIdent
|
theId <- lift newIdent
|
||||||
down 1
|
down 1
|
||||||
--countName <- newFormIdent
|
countName <- newFormIdent
|
||||||
let countName = "count"
|
|
||||||
addName <- newFormIdent
|
addName <- newFormIdent
|
||||||
(menv, _, _) <- ask
|
(menv, _, _) <- ask
|
||||||
let readInt t =
|
let readInt t =
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user