Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
let actualIndex = session.flow.findIndex(x => x.url === '/searchflight/') 
let nextUrl = session.flow[actualIndex + 1].url

window.location.href = $`${mainUrl}${nextUrl}?carrier=${carriercode}&lang=${language}&session_id=${session.session_key}`