I SaId a JoKe nOt a pOeM

This commit is contained in:
blank X 2019-01-28 23:11:46 +07:00
parent e93ddcdca4
commit 390823e7dd
Signed by: blankie
GPG Key ID: CC15FC822C7F61F5
1 changed files with 0 additions and 3 deletions

View File

@ -17,9 +17,6 @@ console.log(max)
var rn = Math.floor(Math.random()*(max-min+1)+min);
console.log(rn)
var bodyc = document.getElementById('owo').classList;
if (rn > 0) {
bodyc.remove('jack');
}
if (rn = 1) {
bodyc.add('kazoo');
}