Toggle navigation
Toggle navigation
This project
Loading...
Sign in
wangshusheng
/
YOHOBUYPC
·
Commits
Go to a project
GitLab
Go to dashboard
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
毕凯
9 years ago
Commit
9b86aadbba586cc5cef36152109c1008911fd0da
1 parent
006a9d94
统计脚本加载修改
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
template/www.yohobuy.com/partials/layout/analysis.phtml
template/www.yohobuy.com/partials/layout/analysis.phtml
View file @
9b86aad
...
...
@@ -32,9 +32,9 @@ var _hmt = _hmt || [];
})();
}
if (window.addEventListener) {
window.addEventListener(
type
, async_load, false);
window.addEventListener(
'load'
, async_load, false);
} else if (window.attachEvent) {
window.attachEvent(
"on" + type
, async_load);
window.attachEvent(
'onload'
, async_load);
}
})();
</script>
...
...
Please
register
or
login
to post a comment