Pass correct arguments to updatelink

This commit is contained in:
Tom Hughes 2013-07-19 14:07:48 +01:00
parent ff30828a18
commit 8ba70fa08d

View file

@ -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();