you WOULD type a script
This commit is contained in:
parent
8cb6752168
commit
7a08c05cea
11 changed files with 385 additions and 359 deletions
|
@ -12,7 +12,7 @@ instance CanBuild What where
|
|||
|
||||
script :: Maybe What -> Builder
|
||||
script Nothing = ""
|
||||
script (Just _) = [b|<script src=/script/nsfw-warning.js></script>|]
|
||||
script (Just _) = [b|<script src=/script/nsfw-warning.js type=module></script>|]
|
||||
|
||||
dialog :: Maybe What -> Builder
|
||||
dialog Nothing = ""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue