diff --git a/public/403.html b/public/403.html index b280fe5..8e81662 100644 --- a/public/403.html +++ b/public/403.html @@ -13,9 +13,8 @@ min = 0 max = 1 var rn = Math.floor(Math.random()*(max-min+1)+min); -bodyc = document.getElementById('owo').class; if (rn == 1) { - bodyc = 'kazoo'; + document.getElementById('owo').class = 'kazoo'; }