adjusted usercentrics script

Cette révision appartient à :
MaxBUhe 2023-05-26 13:49:50 +02:00
Parent 3e65d05c0b
révision e2cdda530b

Voir le fichier

@ -130,7 +130,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=""';
}
}