update cookies
This commit is contained in:
@@ -146,18 +146,19 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
<!-- Twitter tracking -->
|
|
||||||
<!-- Twitter universal website tag code -->
|
<!-- Twitter universal website tag code -->
|
||||||
<script type="text/plain" cookie-consent="tracking">
|
<script>
|
||||||
!function(e,t,n,s,u,a){e.twq||(s=e.twq=function(){s.exe?s.exe.apply(s,arguments):s.queue.push(arguments);
|
!function (e, t, n, s, u, a) {
|
||||||
},s.version='1.1',s.queue=[],u=t.createElement(n),u.async=!0,u.src='//static.ads-twitter.com/uwt.js',
|
e.twq || (s = e.twq = function () {
|
||||||
a=t.getElementsByTagName(n)[0],a.parentNode.insertBefore(u,a))}(window,document,'script');
|
s.exe ? s.exe.apply(s, arguments) : s.queue.push(arguments);
|
||||||
|
}, s.version = '1.1', s.queue = [], u = t.createElement(n), u.async = !0, u.src = '//static.ads-twitter.com/uwt.js',
|
||||||
|
a = t.getElementsByTagName(n)[0], a.parentNode.insertBefore(u, a))
|
||||||
|
}(window, document, 'script');
|
||||||
// Insert Twitter Pixel ID and Standard Event data below
|
// Insert Twitter Pixel ID and Standard Event data below
|
||||||
twq('init','o745b');
|
twq('init', 'o745b');
|
||||||
twq('track','PageView');
|
twq('track', 'PageView');
|
||||||
</script>
|
</script>
|
||||||
<!-- End Twitter universal website tag code -->
|
<!-- End Twitter universal website tag code -->
|
||||||
<!-- end of Twitter tracking -->
|
|
||||||
|
|
||||||
${app} ${scripts}
|
${app} ${scripts}
|
||||||
</body>
|
</body>
|
||||||
|
|||||||
Reference in New Issue
Block a user