X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/1727cd7c2b066a4442f6714be7aa170f4d8c1eef..3e405040eaa0f0e086ea22ff3934a2adfcb851b6:/Vendorfile diff --git a/Vendorfile b/Vendorfile index c1242beb7..136b47f72 100644 --- a/Vendorfile +++ b/Vendorfile @@ -32,10 +32,6 @@ folder 'vendor/assets' do from 'git://github.com/jfirebaugh/leaflet-osm.git' do file 'leaflet.osm.js', 'leaflet-osm.js' end - - from 'git://github.com/mlevans/leaflet-hash.git' do - file 'leaflet.hash.js', 'leaflet-hash.js' - end end folder 'ohauth' do @@ -54,4 +50,8 @@ folder 'vendor/assets' do file 'iD.js', 'dist/iD.js' end end + + folder 'javascripts' do + file 'html5shiv.js', 'https://raw.github.com/aFarkas/html5shiv/master/src/html5shiv.js' + end end