Pass correct arguments to updatelink
This commit is contained in:
parent
ff30828a18
commit
8ba70fa08d
1 changed files with 1 additions and 4 deletions
|
@ -47,10 +47,7 @@ $(document).ready(function () {
|
|||
return remoteEditHandler(bbox);
|
||||
});
|
||||
|
||||
updatelinks(params, 16, null,
|
||||
bbox.getWest(), bbox.getSouth(),
|
||||
bbox.getEast(), bbox.getNorth(),
|
||||
object);
|
||||
updatelinks(params, 16, null, bbox, object);
|
||||
} else {
|
||||
$("#object_larger_map, #object_edit").hide();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue