if (isChildRequest) {
// remember for the next time
lastPlace = requestedPlace;
circuit.dispatch(new SelectPerspective(token, lastPlace.getNameToken()));
}
else if (lastPlace != null) {
// highlight navigation
Scheduler.get().scheduleDeferred(new Scheduler.ScheduledCommand() {