@ -3,8 +3,10 @@
{% block promo_content %}
{% if instance %}
<div class="header-promo">
{% autoescape off %}
{{ instance.text }}
{% endautoescape %}
</div>
{% endif %}
{% endblock %}
@ -131,6 +131,12 @@ $(function() {
$('.service-calculator form').submit();
});
$( ".header-promo a" ).click(function(e) {
yaCounter950321.reachGoal('PromoClick');
ga('send', 'event', 'Promo', 'click', document.title);
detectRegion();