This commit is contained in:
deepzz0
2016-10-02 12:23:22 +08:00
parent d31dbe10e0
commit 8dbc95f85d
6 changed files with 22 additions and 23 deletions

View File

@@ -1,8 +1,3 @@
{{define "ana_js"}}
! function(e, n, o, t) {
var a = e.screen,
r = encodeURIComponent,
i = ["tid=UA-77251712-1", "dl=" + r(n.URL), "dt=" + r(n.title), "dr=" + r(n.referrer), "dp=" + r(t.pathname), "ul=" + (o.language || o.browserLanguage).toLowerCase(), "sd=" + a.colorDepth + "-bit", "sr=" + a.width + "x" + a.height, "_=" + +new Date],
c = "?" + i.join("&");
e.__beacon_img = new Image, e.__beacon_img.src = "/beacon.html" + c }(window, document, navigator, location);
! function(e, n, o, t) {var a = e.screen,r = encodeURIComponent,i = ["tid=UA-77251712-1", "dl=" + r(n.URL), "dt=" + r(n.title), "dr=" + r(n.referrer), "dp=" + r(t.pathname), "ul=" + (o.language || o.browserLanguage).toLowerCase(), "sd=" + a.colorDepth + "-bit", "sr=" + a.width + "x" + a.height, "_=" + +new Date],c = "?" + i.join("&");e.__beacon_img = new Image, e.__beacon_img.src = "/beacon.html" + c }(window, document, navigator, location);
{{end}}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long