adjusted usercentrics script

This commit is contained in:
MaxBUhe 2023-05-26 13:49:50 +02:00
parent 5ef600ff2a
commit 6217524828
1 changed files with 1 additions and 1 deletions

View File

@ -134,7 +134,7 @@ class ViewConfig extends ViewConfig_parent
$sCookieId = $oConfig->getConfigParam('d3_gtm_settings_cookieName');
if ($sCookieId) {
return 'type="text/plain" data-usercentrics="' . $sCookieId . '"';
return 'data-usercentrics="' . $sCookieId . '" type="text/plain" async=""';
}
}