add inspectlet javascript
This commit is contained in:
@ -14,4 +14,20 @@ script.
|
|||||||
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
|
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
|
||||||
ga('create', 'UA-55446531-1', 'auto');
|
ga('create', 'UA-55446531-1', 'auto');
|
||||||
ga('require', 'displayfeatures');
|
ga('require', 'displayfeatures');
|
||||||
ga('send', 'pageview');
|
ga('send', 'pageview');
|
||||||
|
script#inspectletjs(type='text/javascript').
|
||||||
|
window.__insp = window.__insp || [];
|
||||||
|
__insp.push(['wid', 561999918]);
|
||||||
|
(function() {
|
||||||
|
function __ldinsp() {
|
||||||
|
var insp = document.createElement('script');
|
||||||
|
insp.type = 'text/javascript';
|
||||||
|
insp.async = true;
|
||||||
|
insp.id = "inspsync";
|
||||||
|
insp.src = ('https:' == document.location.protocol ? 'https' : 'http') + '://cdn.inspectlet.com/inspectlet.js';
|
||||||
|
var x = document.getElementsByTagName('script')[0];
|
||||||
|
x.parentNode.insertBefore(insp, x);
|
||||||
|
}
|
||||||
|
if (window.attachEvent) window.attachEvent('onload', __ldinsp);
|
||||||
|
else window.addEventListener('load', __ldinsp, false);
|
||||||
|
})();
|
Reference in New Issue
Block a user