Changed
This commit is contained in:
parent
000e3b290a
commit
08696c365d
|
@ -13,9 +13,8 @@
|
||||||
min = 0
|
min = 0
|
||||||
max = 1
|
max = 1
|
||||||
var rn = Math.floor(Math.random()*(max-min+1)+min);
|
var rn = Math.floor(Math.random()*(max-min+1)+min);
|
||||||
bodyc = document.getElementById('owo').class;
|
|
||||||
if (rn == 1) {
|
if (rn == 1) {
|
||||||
bodyc = 'kazoo';
|
document.getElementById('owo').class = 'kazoo';
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
</body>
|
</body>
|
||||||
|
|
Loading…
Reference in New Issue