Skip to content

Commit

Permalink
Update tests/integrations/load-scripts-on-main-thread/index.html
Browse files Browse the repository at this point in the history
Co-authored-by: Giorgio Boa <[email protected]>
  • Loading branch information
dymoo and gioboa authored Dec 26, 2023
1 parent 97681d7 commit 9331a8b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/integrations/load-scripts-on-main-thread/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -103,11 +103,11 @@ <h1>Load scripts on main thread 🎉</h1>
</li>
<li>
<strong>Script Type:</strong>
<code id='regexTestScript'></code>
<code id='regexTestScriptType'></code>
<script type='text/partytown'>
(() => {
const scriptElement = document.getElementById('testScript');
const codeElement = document.getElementById('testScriptType');
const scriptElement = document.getElementById('regexTestScript');
const codeElement = document.getElementById('regexTestScriptType');

codeElement.innerText = scriptElement.type;
})()
Expand Down

0 comments on commit 9331a8b

Please sign in to comment.