How to make a calendar open by default

To automatically expand the Low Fare Calendar in search results, open your White Label settings and go to the Sections tab.

At the bottom of the code block Site footer, place the following code:

<script>
setTimeout(function() { 
 TP_DISPATCHER.send('calendar_toggle')
 document.querySelector('[role="calendar_line--wrapper"]').classList.add('calendar_line--hide')
}, 5000);
</script>

calendar_en.png

As a result, the calendar automatically opens in 5 seconds after the start of the search:

2017-08-09_11-20-49.png