From 08696c365db34ee7017861a8fc91efd3089c7115 Mon Sep 17 00:00:00 2001 From: blank X Date: Mon, 28 Jan 2019 22:51:54 +0700 Subject: [PATCH] Changed --- public/403.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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'; }