X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/d8da12f587fd6fbfce2df8777dfa9885985dbfa4..c4988a69b4cd7b342d2828148eb20eca0d9a205f:/app/views/layouts/_head.html.erb diff --git a/app/views/layouts/_head.html.erb b/app/views/layouts/_head.html.erb index 31b0fa17d..3c691612a 100644 --- a/app/views/layouts/_head.html.erb +++ b/app/views/layouts/_head.html.erb @@ -1,8 +1,8 @@ <%= tag.head :data => application_data do %> - - <%= javascript_include_tag "es5" unless browser.es5? %> + <%= javascript_include_tag "es6" unless browser.es6? %> + <%= javascript_include_tag "turbo", :type => "module" %> <%= javascript_include_tag "application" %> <%= javascript_include_tag "i18n/#{I18n.locale}" %> <%= stylesheet_link_tag "screen-#{dir}", :media => "screen" %>