Potlatch 1.1 (server code)

This commit is contained in:
Richard Fairhurst 2009-07-08 20:52:02 +00:00
parent 9a8a8622ef
commit 369202787b
13 changed files with 358 additions and 48 deletions

View file

@ -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 {