diff --git a/src/my/colour.html b/src/my/colour.html index 888f936..2d3bb47 100644 --- a/src/my/colour.html +++ b/src/my/colour.html @@ -160,11 +160,7 @@ } }); - // JavaScript to control the display after 10 seconds - setTimeout(function () { - document.getElementById('neonText').style.display = 'none'; - document.getElementById('mlsapro').style.display = 'block'; - }, 10000); + // Creating random neon sparks function createNeonSparks(numSparks) {