Files
WYGIWYH/app/templates/includes/scripts/hyperscript/sounds.html
T

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>