|
|
|
@ -236,6 +236,10 @@ if (EXPO.common){ |
|
|
|
} |
|
|
|
} |
|
|
|
if (id == "callback-form"){ |
|
|
|
if (id == "callback-form"){ |
|
|
|
dataLayer.push({'event': 'callbackform'}); |
|
|
|
dataLayer.push({'event': 'callbackform'}); |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
if (id == "subscribe-form" && data.redirect){ |
|
|
|
|
|
|
|
window.location.href = data.redirect_url; |
|
|
|
|
|
|
|
return |
|
|
|
} |
|
|
|
} |
|
|
|
$.fancybox.close(); |
|
|
|
$.fancybox.close(); |
|
|
|
|
|
|
|
|
|
|
|
@ -695,7 +699,7 @@ if (EXPO.common){ |
|
|
|
* @prop {object} seoHrefs - hashes to find proper links to hide on page |
|
|
|
* @prop {object} seoHrefs - hashes to find proper links to hide on page |
|
|
|
* @method decode - decode bas64-code to html |
|
|
|
* @method decode - decode bas64-code to html |
|
|
|
*/ |
|
|
|
*/ |
|
|
|
|
|
|
|
|
|
|
|
that.SEOhide = { |
|
|
|
that.SEOhide = { |
|
|
|
seoContent:{}, |
|
|
|
seoContent:{}, |
|
|
|
seoHrefs:{}, |
|
|
|
seoHrefs:{}, |
|
|
|
@ -717,7 +721,7 @@ if (EXPO.common){ |
|
|
|
break; |
|
|
|
break; |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
}
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
}; |
|
|
|
}; |
|
|
|
/** |
|
|
|
/** |
|
|
|
|