to identify if we are on blog index or detail page.
When on detail page: On page load, the header slideshow is hidden, allowing
for JS at bottom of page to update the image and then show main image in
header slideshow without flashing content while image is updated.
*/
var className = false ? "blog-detail" : "blog-index";
document.querySelector('body').classList.add(className);
Author
Ungerboeck Software International
The "Customer Journey" is a marketing term that is often used for digital activities, mainly due to the fact that online activities can be tracked and measured in a much more detailed way than…
Read More