Authored by 梁志锋

统计代码异步执行

@@ -30,6 +30,7 @@ var _hmt = _hmt || []; @@ -30,6 +30,7 @@ var _hmt = _hmt || [];
30 (function() { 30 (function() {
31 var hm = document.createElement("script"); 31 var hm = document.createElement("script");
32 hm.src = "http://static.yohobuy.com/js/analytics/analysis.js"; 32 hm.src = "http://static.yohobuy.com/js/analytics/analysis.js";
  33 + hm.async = 1;
33 var s = document.getElementsByTagName("script")[0]; 34 var s = document.getElementsByTagName("script")[0];
34 s.parentNode.insertBefore(hm, s); 35 s.parentNode.insertBefore(hm, s);
35 })(); 36 })();