From 012d39a3161efaccb2c2103a676cbb4445b1fd99 Mon Sep 17 00:00:00 2001 From: Dimitris Grammatikogiannis Date: Sat, 7 Oct 2023 00:13:52 +0300 Subject: [PATCH] Type module scripts are always deferred (unless async) --- media/com_patchtester/joomla.asset.json | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/media/com_patchtester/joomla.asset.json b/media/com_patchtester/joomla.asset.json index 522b6a0..cfc04f9 100644 --- a/media/com_patchtester/joomla.asset.json +++ b/media/com_patchtester/joomla.asset.json @@ -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" } }, {