security updates of unpatched modules
This commit is contained in:
@@ -65,6 +65,15 @@ Drupal.behaviors.trackingSettingsSummary = {
|
||||
if ($('input#edit-googleanalytics-trackfiles', context).is(':checked')) {
|
||||
vals.push(Drupal.t('Downloads'));
|
||||
}
|
||||
if ($('input#edit-googleanalytics-trackcolorbox', context).is(':checked')) {
|
||||
vals.push(Drupal.t('Colorbox'));
|
||||
}
|
||||
if ($('input#edit-googleanalytics-tracklinkid', context).is(':checked')) {
|
||||
vals.push(Drupal.t('Link attribution'));
|
||||
}
|
||||
if ($('input#edit-googleanalytics-trackurlfragments', context).is(':checked')) {
|
||||
vals.push(Drupal.t('URL fragments'));
|
||||
}
|
||||
if (!vals.length) {
|
||||
return Drupal.t('Not tracked');
|
||||
}
|
||||
|
Reference in New Issue
Block a user