end
def map_layout
- request.xhr? ? false : 'map'
+ request.xhr? ? 'xhr' : 'map'
end
def preferred_editor
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