This repository has been archived on 2022-01-08. You can view files and clone it. You cannot open issues or pull requests or push a commit.
2017-01-19 17:03:57 +01:00
|
|
|
{{ define "content" }}
|
|
|
|
|
<script type="text/javascript">
|
|
|
|
|
function playSound() {
|
|
|
|
|
var data = {
|
|
|
|
|
command: "!bsth",
|
|
|
|
|
soundname: "unmoeglich"
|
|
|
|
|
};
|
|
|
|
|
$.post("/playsound", data, function(data, success) {});
|
|
|
|
|
}
|
|
|
|
|
</script>
|
|
|
|
|
<a href="/logout">Logout</a><br/>
|
|
|
|
|
<a href="javascript:playSound()">Play sound</a> {{ end }}
|