]> git.openstreetmap.org Git - rails.git/blobdiff - app/controllers/application_controller.rb
Support using iD on Internet Explorer 11 and above
[rails.git] / app / controllers / application_controller.rb
index 3470db86c0774d43db7fda4dd234690257ae5d91..2ee701e9ceeb5c74e42f020d8676b2747a40cdb5 100644 (file)
@@ -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