diff --git a/404.html b/404.html index 53c1e76..18a82a5 100644 --- a/404.html +++ b/404.html @@ -63,7 +63,7 @@

404

We looked everywhere...

but it looks like this page is missing.

- Go to homepage + Go to homepage diff --git a/gulpfile.js b/gulpfile.js index 4194470..97dd240 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -43,7 +43,6 @@ const urls_json = 'urls.json'; const js_array = [ dest + api, 'static/js/app.js', - 'static/js/dropdown.js', 'static/js/geoip.js', 'static/js/country_list.js', 'static/js/redirect.js' diff --git a/index.html b/index.html index c3a46b4..90f13c8 100644 --- a/index.html +++ b/index.html @@ -49,35 +49,31 @@
- + Greenpeace
-
+

Together we can change the world -

+
loading...
-
- - or - Select another country/region -
+
-
+
diff --git a/package-lock.json b/package-lock.json index ff600c1..b91d667 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1033,9 +1033,9 @@ "integrity": "sha512-hBI9tfBtuPIi885ZsZ32IMEU/5nlZH/KOVYJCOh7gyMxaVLGmLedYqFN6Ui1LXkI8JlC8IsuC0rF0btcRZKd5g==" }, "@greenpeace/dashdash": { - "version": "1.1.3", - "resolved": "https://registry.npmjs.org/@greenpeace/dashdash/-/dashdash-1.1.3.tgz", - "integrity": "sha512-gYpb7ZSpiNx+KHv7YrU8ebOAUx3Saeyc7HPz7qgJ6rTU3HZijrfjQDecJvv99Tn2iuQITTsjF/+oyVfG5/VstA==", + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/@greenpeace/dashdash/-/dashdash-1.2.1.tgz", + "integrity": "sha512-5Pcza+Qg06sge3ruGsed/jkQyDaf753bb/5LUAO30mhHmAc4OtGKfineotDgNa2ZsAmHzoXwKGpVu4XZ4x0tnw==", "requires": { "postcss": "^7.0.32" }, diff --git a/package.json b/package.json index a32885b..ff44b86 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "dependencies": { "@babel/core": "^7.4.5", "@babel/preset-env": "^7.4.5", - "@greenpeace/dashdash": "^1.1.3", + "@greenpeace/dashdash": "^1.2.1", "autoprefixer": "^10.4.13", "eslint": "^5.16.0", "fs": "0.0.1-security", diff --git a/static/js/country_list.js b/static/js/country_list.js index 849a8e4..5daa719 100644 --- a/static/js/country_list.js +++ b/static/js/country_list.js @@ -8,12 +8,12 @@ Object.entries(data).forEach(letter => { if ( '0' === letter[0] ) { international_html += `${letter[1][0].name}`; } else { - sublist_html += `
  • ${letter[0]}

    + sublist_html += `
  • ${letter[0]}