From 22843ce9ae5bc52422cd7910b13492e914318526 Mon Sep 17 00:00:00 2001 From: blank X Date: Wed, 30 Jan 2019 18:30:22 +0700 Subject: [PATCH] Am I retarded? --- public/404.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/public/404.html b/public/404.html index c6a681a..808000a 100644 --- a/public/404.html +++ b/public/404.html @@ -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()')