Skip to content

Commit 74caca6

Browse files
cubercslmeisterT
authored andcommitted
fix(frontend): enable popover
This was removed accidentally in d74c94f. Signed-off-by: cubercsl <[email protected]>
1 parent 98ce985 commit 74caca6

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

webapp/templates/jury/analysis/contest_overview.html.twig

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,14 @@ table tr a {
2424
color: inherit;
2525
}
2626
</style>
27+
<script>
28+
$(function() {
29+
$('[data-bs-toggle="popover"]').popover({
30+
trigger: 'hover',
31+
html: true
32+
})
33+
})
34+
</script>
2735
{% endblock %}
2836

2937
{% block content %}

0 commit comments

Comments
 (0)