This commit is contained in:
hexahigh 2022-12-16 14:44:49 +01:00
parent 09037e0429
commit 6237119f2b

View File

@ -15,6 +15,7 @@
function changespeed() {
speed -= 100;
setInterval(addKrydder, speed);
}
function addKrydder() {
// Create a new element
@ -43,8 +44,6 @@
krydderText.remove();
}, Math.random() * 10000);
}
setInterval(addKrydder, speed);
</script>
</head>
<body>