LibWeb: Set script force async to false when async changes

This commit is contained in:
Jamie Mansfield 2024-08-04 19:06:07 +01:00 committed by Tim Ledbetter
commit bedb626c29
Notes: github-actions[bot] 2024-08-04 18:26:23 +00:00
3 changed files with 9 additions and 0 deletions

View file

@ -1,2 +1,3 @@
includeScript.async = false
script.async = true
script.async = false