Skip to content

Commit

Permalink
UHF-11032: Hide chart element cookies-not-agreed title from table of …
Browse files Browse the repository at this point in the history
…contents
  • Loading branch information
teroelonen committed Dec 10, 2024
1 parent 621576c commit ef5fb75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/module/helfi-chart/chart-iframe.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

<div class="helfi-charts-content" data-src="{{ url }}" data-title="{{ title }}"></div>

<div class="helfi-charts-cookie-compliance js-helfi-charts-cookie-compliance" style="display: none;">
<div class="helfi-charts-cookie-compliance js-helfi-charts-cookie-compliance hide-from-table-of-contents" style="display: none;">
<div class="message">
{% include '@hdbt/misc/icon.twig' ignore missing with {icon: 'alert-circle-fill'} %}
<h2>{{ 'Chart cannot be displayed'|t({}, {'context': 'Helfi Charts cookie compliance'}) }}</h2>
Expand Down

0 comments on commit ef5fb75

Please sign in to comment.