It's a little too fast

This commit is contained in:
blank X 2019-01-30 18:21:30 +07:00
parent 1ca13bdb6b
commit 8e31910849
Signed by: blankie
GPG Key ID: CC15FC822C7F61F5
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@
// https://undertale.fandom.com/wiki/File:Mus_st_him.ogg
let g = '<audio id="ogg_player_1_obj" width="200" height="35" src="https://vignette.wikia.nocookie.net/undertale/images/a/a2/Mus_st_him.ogg/revision/latest?cb=20160108094830" autoplay="" controls="" loop=""></audio>';
// https://www.w3schools.com/jsref/met_win_settimeout.asp
setTimeout(function(){ document.getElementById('gaster').innerHTML = g; }, 5000);
setTimeout(function(){ document.getElementById('gaster').innerHTML = g; }, 30000);
function showg() {
p=document.getElementById('gaster');
p.height = '25%';