Journey.js - Example - Hide Close Button
This is an example of a basic journey setup, with the close button hidden.
Download Now
v2.2.0 - 4th Sep 2024
This is an example of a basic journey setup, with the close button hidden.
Download Now
$journey.setConfiguration( {
showCloseButton: false
} );
$journey.start();