Am I retarded?
This commit is contained in:
parent
57ec82246e
commit
22843ce9ae
|
@ -22,9 +22,9 @@ function showg() {
|
||||||
p.height = '25%';
|
p.height = '25%';
|
||||||
p.width = '25%';
|
p.width = '25%';
|
||||||
o=document.getElementById('ogg_player_1_obj');
|
o=document.getElementById('ogg_player_1_obj');
|
||||||
p.height = '200';
|
o.height = '200';
|
||||||
p.width = '35';
|
o.width = '35';
|
||||||
p.controls = 'true';
|
o.controls = 'true';
|
||||||
}
|
}
|
||||||
console.log('showg()')
|
console.log('showg()')
|
||||||
</script>
|
</script>
|
||||||
|
|
Loading…
Reference in New Issue