Correct Cabo trip dates to Feb 2-6
This commit is contained in:
@@ -3534,8 +3534,8 @@
|
||||
const q = (document.getElementById('map-search-input').value || '').trim() || 'Los Cabos Mexico';
|
||||
const originSelect = document.getElementById('flight-origin-select');
|
||||
const origin = originSelect?.value || (/ont\b/i.test(q) ? 'ONT' : /lax\b/i.test(q) ? 'LAX' : 'LAX');
|
||||
const depart = '2027-02-03';
|
||||
const ret = '2027-02-07';
|
||||
const depart = '2027-02-02';
|
||||
const ret = '2027-02-06';
|
||||
const googleFlightsQuery = `Flights from ${origin} to SJD on ${depart} to ${ret}`;
|
||||
const expediaFlightUrl = `https://www.expedia.com/Flights-Search?trip=roundtrip&leg1=from:${origin},to:SJD,departure:${depart}TANYT&leg2=from:SJD,to:${origin},departure:${ret}TANYT&passengers=adults:1&options=cabinclass:economy&mode=search`;
|
||||
let url;
|
||||
|
||||
Reference in New Issue
Block a user