If new_visitor TownPage

by mtenschert

JavaScript

setTimeout(function() {
  if ($('.overlay__input-person-count .form-control').val() == '0 Erwachsene 0 Kinder' || $('.overlay__input-person-count .form-control').val() == '0 undefined 0 undefined') {
    document.cookie = "scrollToShopEnabled=true;path=/";
    document.cookie = "highlightLastVisitedShopEnabled=true;path=/";
  }
}, 1500);