Don't offer iD on IE11
This commit is contained in:
parent
61fc15aee1
commit
49a4efcfa0
1 changed files with 1 additions and 1 deletions
|
@ -431,7 +431,7 @@ class ApplicationController < ActionController::Base
|
|||
DEFAULT_EDITOR
|
||||
end
|
||||
|
||||
if request.env['HTTP_USER_AGENT'] =~ /MSIE/ and editor == 'id'
|
||||
if request.env['HTTP_USER_AGENT'] =~ /MSIE|Trident/ and editor == 'id'
|
||||
editor = 'potlatch2'
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue