Replace JOSM editing option with generic Remote Control option
This commit is contained in:
parent
2a80b2b45a
commit
aa4a8fdc81
4 changed files with 12 additions and 12 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue