diff --git a/public/scripts/cursor.js b/public/scripts/cursor.js index b871a07..509d5f1 100644 --- a/public/scripts/cursor.js +++ b/public/scripts/cursor.js @@ -1,6 +1,6 @@ // =shigh-16) { + flky[i]=-16; + fldy[i]=2+Math.floor(Math.random()*4); + flkx[i]=2*Math.floor(Math.random()*swide/2); + flks[i].style.left=flkx[i]+"px"; + } + flks[i].style.top=flky[i]+"px"; + } +} +// ]]> \ No newline at end of file diff --git a/src/layouts/Layout-nochrome.astro b/src/layouts/Layout-nochrome.astro index a119f9a..713fef6 100755 --- a/src/layouts/Layout-nochrome.astro +++ b/src/layouts/Layout-nochrome.astro @@ -23,86 +23,6 @@ const { title } = Astro.props;