Replace JOSM editing option with generic Remote Control option

This commit is contained in:
Tom Hughes 2010-12-01 09:25:27 +00:00
parent 2a80b2b45a
commit aa4a8fdc81
4 changed files with 12 additions and 12 deletions

View file

@ -34,7 +34,7 @@ class SiteController < ApplicationController
def edit
editor = params[:editor] || @user.preferred_editor || DEFAULT_EDITOR
if editor == "josm"
if editor == "remote"
render :action => :index
else
# Decide on a lat lon to initialise potlatch with. Various ways of doing this