add noscript tag
This commit is contained in:
parent
2d28e8041f
commit
d7f83aa393
@ -62,7 +62,7 @@
|
|||||||
<ul id="history"></ul>
|
<ul id="history"></ul>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
var player = document.getElementById('player');
|
var player = document.getElementById('player');
|
||||||
var rng = Math.floor(Math.random() * 10000);
|
var rng = Math.floor(Math.random() * 10000);
|
||||||
player.src = player.src + '?nocache=' + rng;
|
player.src = player.src + '?nocache=' + rng;
|
||||||
|
|
||||||
@ -81,6 +81,7 @@ ws.onmessage = function(msg){
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
<noscript>Please enable javascript to use the audio player.</noscript>
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
Loading…
Reference in New Issue
Block a user