Update logging

This commit is contained in:
Laura Hausmann 2022-11-21 02:04:28 +01:00
parent 480cd8329c
commit c3484f485d
Signed by: zotan
GPG key ID: D044E84C5BE01605

View file

@ -55,7 +55,7 @@ else {
<script>
function get(url) {
fetch(url).then(function(response) {
document.getElementById('log').innerText = ' Log playback (' + response + ')';
document.getElementById('log').innerText = ' Log playback (' + response.text() + ')';
});
}
</script>