mirror of
https://github.com/eitchtee/WYGIWYH.git
synced 2026-07-18 02:31:21 +02:00
13 lines
227 B
HTML
13 lines
227 B
HTML
<script type="text/hyperscript">
|
|
on paid if body do not include #settings-mute-sound
|
|
js
|
|
playSound("sparkle")
|
|
end
|
|
end
|
|
on unpaid if body do not include #settings-mute-sound
|
|
js
|
|
playSound("bloom")
|
|
end
|
|
end
|
|
</script>
|