From: Bryan Housel Date: Fri, 11 Dec 2015 02:34:18 +0000 (-0800) Subject: Support using iD on Internet Explorer 11 and above X-Git-Tag: live~3973 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/bd4de52c98bcf2830d1b6dcba637cc04d67e11cf?hp=e5c4822d2cbae7ebd6efa9c10c2f09a63750aa61;ds=sidebyside Support using iD on Internet Explorer 11 and above --- diff --git a/app/controllers/application_controller.rb b/app/controllers/application_controller.rb index 3470db86c..2ee701e9c 100644 --- a/app/controllers/application_controller.rb +++ b/app/controllers/application_controller.rb @@ -435,10 +435,6 @@ class ApplicationController < ActionController::Base DEFAULT_EDITOR end - if request.env["HTTP_USER_AGENT"] =~ /MSIE|Trident/ && editor == "id" - editor = "potlatch2" - end - editor end diff --git a/app/views/site/id.html.erb b/app/views/site/id.html.erb index 80332e887..27a3e835b 100644 --- a/app/views/site/id.html.erb +++ b/app/views/site/id.html.erb @@ -10,9 +10,9 @@