Skip to content

Commit

Permalink
OEL-3343: Changed to copyright-content as unique ID.
Browse files Browse the repository at this point in the history
  • Loading branch information
tibi2303 committed Sep 27, 2024
1 parent f81998d commit 815722c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/pattern.inc
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ function oe_bootstrap_theme_preprocess_pattern_accordion(array &$variables): voi
*/
function oe_bootstrap_theme_preprocess_pattern_copyright_overlay(array &$variables): void {
$variables['modal_id'] = Html::getUniqueId('bcl-copyright-modal');
$variables['copy_selector'] = Html::getUniqueId('copy-selector');
$variables['copy_selector'] = Html::getUniqueId('copyright-content');
}

/**
Expand Down

0 comments on commit 815722c

Please sign in to comment.