Support using iD on Internet Explorer 11 and above

This commit is contained in:
Bryan Housel 2015-12-10 18:34:18 -08:00
parent e5c4822d2c
commit bd4de52c98
2 changed files with 2 additions and 6 deletions

View 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