request.body.rewind
end
+ def map_layout
+ request.xhr? ? 'xhr' : 'map'
+ end
+
def preferred_editor
editor = if params[:editor]
params[: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