Showing
1 changed file
with
6 additions
and
8 deletions
@@ -83,14 +83,12 @@ | @@ -83,14 +83,12 @@ | ||
83 | // 追踪配置(可选)... | 83 | // 追踪配置(可选)... |
84 | 84 | ||
85 | setTimeout(function() { | 85 | setTimeout(function() { |
86 | - (function () { | ||
87 | - var _pzfx = document['createElement']('script'); | ||
88 | - _pzfx.type = 'text/javascript'; | ||
89 | - _pzfx.async = true; | ||
90 | - _pzfx.src = '//static.w3t.cn/fx/1/1/fx.js'; | ||
91 | - var sc = document.getElementsByTagName('script')[0]; | ||
92 | - sc.parentNode.insertBefore(_pzfx,sc); | ||
93 | - })(); | 86 | + var _pzfx = document['createElement']('script'); |
87 | + _pzfx.type = 'text/javascript'; | ||
88 | + _pzfx.async = true; | ||
89 | + _pzfx.src = '//static.w3t.cn/fx/1/1/fx.js'; | ||
90 | + var sc = document.getElementsByTagName('script')[0]; | ||
91 | + sc.parentNode.insertBefore(_pzfx,sc); | ||
94 | }, 1000); | 92 | }, 1000); |
95 | 93 | ||
96 | 94 |
-
Please register or login to post a comment