fix a compilation warning

This commit is contained in:
Simon Michael 2013-06-01 11:38:01 -07:00
parent 615ae53d90
commit 41277766fc

View File

@ -112,7 +112,7 @@ searchform VD{..} = [hamlet|
-- | Add transaction form.
addform :: Text -> ViewData -> HtmlUrl AppRoute
addform staticRootUrl vd@VD{..} = [hamlet|
addform _ vd@VD{..} = [hamlet|
<script type=text/javascript>
\$(document).ready(function() {
/* select2 setup */