diff options
Diffstat (limited to 'examples/integrations-playground/src/pages/index.astro')
-rw-r--r-- | examples/integrations-playground/src/pages/index.astro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/integrations-playground/src/pages/index.astro b/examples/integrations-playground/src/pages/index.astro index 677026072..2ee717d6a 100644 --- a/examples/integrations-playground/src/pages/index.astro +++ b/examples/integrations-playground/src/pages/index.astro @@ -38,7 +38,7 @@ import '../components/Counter.js'; console.log('end partytown blocking script') </script> - <script> + <script is:inline> setInterval(() => { const randomColor = Math.floor(Math.random()*16777215).toString(16); document.querySelector('.partytown-status').style.color = "#" + randomColor; |