fix a compilation warning
This commit is contained in:
parent
615ae53d90
commit
41277766fc
@ -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 */
|
||||
|
||||
Loading…
Reference in New Issue
Block a user