Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
nmalcolm authored Jan 13, 2025
1 parent f991077 commit c969f0b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,7 @@
"SV": no_visa,
"SY": evisa,
"SZ": no_visa_less_than_one_month,
"TD": visa,
"TD": evisa,
"TF": visa,
"TG": evisa,
"TH": no_visa,
Expand Down Expand Up @@ -1261,7 +1261,7 @@
} else if (code == 'ne') {
label.html('<div class="map-tooltip">Niger: Need a visa.</div>');
} else if (code == 'td') {
label.html('<div class="map-tooltip">Chad: Need a visa.</div>');
label.html('<div class="map-tooltip">Chad: Need a visa. It is possible to obtain an eVisa.</div>');
} else if (code == 'ng') {
label.html('<div class="map-tooltip">Nigeria: Need a visa.</div>');
} else if (code == 'cm') {
Expand Down

0 comments on commit c969f0b

Please sign in to comment.