From bf63c27a34790e9d923243b682fdbb5bb53b0584 Mon Sep 17 00:00:00 2001 From: blank X Date: Mon, 28 Jan 2019 23:18:38 +0700 Subject: [PATCH] The top floor is for buying. The bottom floor is for selling. *goes to the bottom floor* *sees tnt explode, congrats jack* --- public/403.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'); }