Potlatch 1.1 (server code)
This commit is contained in:
parent
9a8a8622ef
commit
369202787b
13 changed files with 358 additions and 48 deletions
|
@ -55,6 +55,9 @@ function updatelinks(lon,lat,zoom,layers,minlon,minlat,maxlon,maxlat,objtype,obj
|
|||
args.lat = lat;
|
||||
args.lon = lon;
|
||||
args.zoom = zoom;
|
||||
if (objtype && objid) {
|
||||
args[objtype] = objid;
|
||||
}
|
||||
node.href = setArgs("/edit", args);
|
||||
node.style.fontStyle = 'normal';
|
||||
} else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue