[build] 4.3.7

This commit is contained in:
qingwei.li 2017-10-02 13:27:15 +08:00
commit 7923608bc9
9 changed files with 1390 additions and 622 deletions

View file

@ -11,9 +11,11 @@ function appendScript () {
function init (id) {
appendScript();
window.ga = window.ga || function () {
(window.ga.q = window.ga.q || []).push(arguments);
};
window.ga =
window.ga ||
function () {
(window.ga.q = window.ga.q || []).push(arguments);
};
window.ga.l = Number(new Date());
window.ga('create', id, 'auto');
}