Am I retarded?

This commit is contained in:
blank X 2019-01-30 18:30:22 +07:00
parent 57ec82246e
commit 22843ce9ae
Signed by: blankie
GPG Key ID: CC15FC822C7F61F5
1 changed files with 3 additions and 3 deletions

View File

@ -22,9 +22,9 @@ function showg() {
p.height = '25%';
p.width = '25%';
o=document.getElementById('ogg_player_1_obj');
p.height = '200';
p.width = '35';
p.controls = 'true';
o.height = '200';
o.width = '35';
o.controls = 'true';
}
console.log('showg()')
</script>