Skip to content

Commit edc657f

Browse files
chore: update flag-icons dependency to v7.2.1 (#281)
1 parent d527a83 commit edc657f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

newTrackon/tpl/main.jinja

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
<link rel="stylesheet"
44
href="https://cdn.datatables.net/v/bs/dt-1.10.15/r-2.1.1/datatables.min.css"/>
55
<link rel="stylesheet"
6-
href="https://cdnjs.cloudflare.com/ajax/libs/flag-icon-css/3.5.0/css/flag-icon.min.css"
7-
integrity="sha512-Cv93isQdFwaKBV+Z4X8kaVBYWHST58Xb/jVOcV9aRsGSArZsgAnFIhMpDoMDcFNoUtday1hdjn0nGp3+KZyyFw=="
6+
href="https://cdnjs.cloudflare.com/ajax/libs/flag-icons/7.2.1/css/flag-icons.min.css"
7+
integrity="sha512-bZBu2H0+FGFz/stDN/L0k8J0G8qVsAL0ht1qg5kTwtAheiXwiRKyCq1frwfbSFSJN3jooR5kauE0YjtPzhZtJQ=="
88
crossorigin="anonymous"/>
99
<script src="https://cdn.datatables.net/v/bs/dt-1.10.15/r-2.1.1/datatables.min.js"></script>
1010
<script src="https://cdn.datatables.net/plug-ins/1.10.15/sorting/natural.js"></script>
@@ -124,7 +124,7 @@
124124
{% if t.countries %}
125125
{% set index = namespace(value=0) %}
126126
{% for country in t.countries %}
127-
<span class="flag-icon flag-icon-{{ t.country_codes[index.value] }}"></span> {{ country }}
127+
<span class="fi fi-{{ t.country_codes[index.value] }}"></span> {{ country }}
128128
<br>
129129
{% set index.value = index.value + 1 %}
130130
{% endfor %}

0 commit comments

Comments
 (0)