X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/9c83235f72aece554426751e334c1f0b4ccaea64..d74dd80540824b86fc93fc9573f412bbbcaefbc4:/app/views/layouts/_head.html.erb diff --git a/app/views/layouts/_head.html.erb b/app/views/layouts/_head.html.erb index c06b01ed1..8c6b246d8 100644 --- a/app/views/layouts/_head.html.erb +++ b/app/views/layouts/_head.html.erb @@ -2,6 +2,8 @@ <%= javascript_include_tag "html5shiv" unless browser.html5? %> + <%= javascript_include_tag "es5" unless browser.es5? %> + <%= javascript_include_tag "es6" unless browser.es6? %> <%= javascript_include_tag "application" %> <%= javascript_include_tag "i18n/" + I18n.locale.to_s %> <%= stylesheet_link_tag "screen-#{dir}", :media => "screen" %>