Merge branch 'master' of gitee.com:hainatravel/asiahighlights.com

master
cyc 7 years ago
commit ee9fb54ad8

@ -98,7 +98,43 @@ if(!Array.from){Array.from=(function(){var toStr=Object.prototype.toString;var i
gtag('config', 'UA-75142970-1'); gtag('config', 'UA-75142970-1');
</script> </script>
<script>
(function(){
if(window.BOOMR && window.BOOMR.version){return;}
var dom,doc,where,iframe = document.createElement("iframe"),win = window;
function boomerangSaveLoadTime(e) {
win.BOOMR_onload=(e && e.timeStamp) || new Date().getTime();
}
if (win.addEventListener) {
win.addEventListener("load", boomerangSaveLoadTime, false);
} else if (win.attachEvent) {
win.attachEvent("onload", boomerangSaveLoadTime);
}
iframe.src = "javascript:false";
iframe.title = ""; iframe.role="presentation";
(iframe.frameElement || iframe).style.cssText = "width:0;height:0;border:0;display:none;";
where = document.getElementsByTagName("script")[0];
where.parentNode.insertBefore(iframe, where);
try {
doc = iframe.contentWindow.document;
} catch(e) {
dom = document.domain;
iframe.src="javascript:var d=document.open();d.domain='"+dom+"';void(0);";
doc = iframe.contentWindow.document;
}
doc.open()._l = function() {
var js = this.createElement("script");
if(dom) this.domain = dom;
js.id = "boomr-if-as";
js.src = "https://s.go-mpulse.net/boomerang/" +
"HD784-UUPZP-U38YH-ANWWK-J34ZA";
BOOMR_lstart=new Date().getTime();
this.body.appendChild(js);
};
doc.write('<body onload="document._l();">');
doc.close();
})();
</script>
</body> </body>
</html> </html>

Loading…
Cancel
Save