]> git.openstreetmap.org Git - rails.git/commitdiff
Merge pull request #4922 from tomhughes/geocoder-urls
authorAndy Allan <git@gravitystorm.co.uk>
Wed, 26 Jun 2024 13:12:02 +0000 (14:12 +0100)
committerGitHub <noreply@github.com>
Wed, 26 Jun 2024 13:12:02 +0000 (14:12 +0100)
Simplify handling of geocoder URLs

Vendorfile

index 4c6a80839d9264fd60cfa760bdb4f12d0bf7b0ed..0fe6e09b458618df123b5aad350833aa20aa80a6 100644 (file)
@@ -41,8 +41,4 @@ folder 'vendor/assets' do
       file 'iD.js', 'dist/iD.js'
     end
   end
-
-  folder 'polyfill' do
-    file 'es6.js', 'https://polyfill.io/v3/polyfill.js?features=es6&flags=gated,always'
-  end
 end