X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/0509fc8d12fd763e98bc0c8e3a0d2b0ee6a11f9a..c0ee3f65bb9cd81f39c13417be5a2e37cba05921:/app/views/layouts/_head.html.erb diff --git a/app/views/layouts/_head.html.erb b/app/views/layouts/_head.html.erb index 91a862f0a..c85594189 100644 --- a/app/views/layouts/_head.html.erb +++ b/app/views/layouts/_head.html.erb @@ -29,6 +29,8 @@ <% if session[:location] %> OSM.location = <%= session[:location].to_json.html_safe %>; <% end %> + + OSM.preferred_editor = <%= preferred_editor.to_json.html_safe %>;