extended measures: rm audio
This commit is contained in:
parent
a5b2dca922
commit
457a81c63a
5 changed files with 0 additions and 7 deletions
|
@ -19,8 +19,4 @@ import Import
|
||||||
|
|
||||||
getDemandR :: Int -> Handler Html
|
getDemandR :: Int -> Handler Html
|
||||||
getDemandR level = defaultLayout $ do
|
getDemandR level = defaultLayout $ do
|
||||||
let audio = lookup level $ [1..] `zip` map StaticR
|
|
||||||
[audio_air_alarm_mp3,
|
|
||||||
audio_nuclear_alarm_mp3,
|
|
||||||
audio_alarm_loud_pulsating_mp3]
|
|
||||||
$(widgetFile "demand")
|
$(widgetFile "demand")
|
||||||
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -2,6 +2,3 @@ $doctype 5
|
||||||
|
|
||||||
<p #demand-warning>
|
<p #demand-warning>
|
||||||
_{MsgPurchaseDebtful}
|
_{MsgPurchaseDebtful}
|
||||||
|
|
||||||
$maybe src <- audio
|
|
||||||
<audio src=@{src} autoplay style="display:hidden">
|
|
||||||
|
|
Loading…
Reference in a new issue