31
0
mirror of https://github.com/joomla-extensions/patchtester.git synced 2024-06-10 17:22:21 +00:00

Type module scripts are always deferred (unless async)

This commit is contained in:
Dimitris Grammatikogiannis 2023-10-07 00:13:52 +03:00 committed by GitHub
parent e6f60ab93a
commit 012d39a316
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,8 +10,7 @@
"type": "script",
"uri": "com_patchtester/fetcher.js",
"attributes": {
"type": "module",
"defer": true
"type": "module"
}
},
{
@ -19,8 +18,7 @@
"type": "script",
"uri": "com_patchtester/patchtester.js",
"attributes": {
"type": "module",
"defer": true
"type": "module"
}
},
{