diff --git a/public/403.html b/public/403.html index 0bfa924..f00fa37 100644 --- a/public/403.html +++ b/public/403.html @@ -18,7 +18,7 @@ var rn = Math.floor(Math.random()*(max-min+1)+min); console.log(rn) var bodyc = document.getElementById('owo').classList; console.log('if rn == 0 now running') -if (rn = 0) { +if (rn == 0) { console.log('removing kazoo') bodyc.remove('kazoo'); }