Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuywap-node
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
郭成尧
8 years ago
Commit
3bd629a3505dffc70dd7fd4b355d8bd0323db99a
1 parent
2a66c134
timeout
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
8 deletions
doraemon/views/partial/analysis.hbs
doraemon/views/partial/analysis.hbs
View file @
3bd629a
...
...
@@ -83,14 +83,12 @@
// 追踪配置(可选)...
setTimeout
(
function
()
{
(
function
()
{
var
_pzfx
=
document
[
'createElement'
](
'script'
);
_pzfx
.
type
=
'text/javascript'
;
_pzfx
.
async
=
true
;
_pzfx
.
src
=
'//static.w3t.cn/fx/1/1/fx.js'
;
var
sc
=
document
.
getElementsByTagName
(
'script'
)[
0
];
sc
.
parentNode
.
insertBefore
(
_pzfx
,
sc
);
})();
var
_pzfx
=
document
[
'createElement'
](
'script'
);
_pzfx
.
type
=
'text/javascript'
;
_pzfx
.
async
=
true
;
_pzfx
.
src
=
'//static.w3t.cn/fx/1/1/fx.js'
;
var
sc
=
document
.
getElementsByTagName
(
'script'
)[
0
];
sc
.
parentNode
.
insertBefore
(
_pzfx
,
sc
);
},
1000
);
...
...
Please
register
or
login
to post a comment