Skip to content

Commit

Permalink
Update script.js
Browse files Browse the repository at this point in the history
  • Loading branch information
RanjanWorks authored Sep 17, 2024
1 parent 02b519b commit ac32d21
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion script.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ let CountryContainer = document.querySelector(".country-container");
const searchInput = document.getElementById("search");
const switcher = document.getElementById("toggle");
let CountryArray = [];
checkForDarkMode();
let countryBoxes;
const spinner =
'<svg aria-hidden="true" width="24" height="24" viewBox="0 0 24 24"><use href="#icon.spinner"></use></svg>';
Expand Down

0 comments on commit ac32d21

Please sign in to comment.