File tree 1 file changed +3
-9
lines changed
1 file changed +3
-9
lines changed Original file line number Diff line number Diff line change 1
1
<!DOCTYPE html>
2
2
< html lang ="en ">
3
3
< head >
4
- < script async src ="https://www.googletagmanager.com/gtag/js?id=UA-120716183-1 "> </ script >
5
- < script >
6
- window . dataLayer = window . dataLayer || [ ] ;
7
- function gtag ( ) { dataLayer . push ( arguments ) ; }
8
- gtag ( 'js' , new Date ( ) ) ;
9
-
10
- gtag ( 'config' , 'UA-120716183-1' ) ;
11
- </ script >
12
4
< meta charset ="UTF-8 ">
13
5
< title > Polly.JS</ title >
14
6
< meta http-equiv ="X-UA-Compatible " content ="IE=edge,chrome=1 " />
41
33
paths : 'auto' ,
42
34
placeholder : 'Search' ,
43
35
noData : 'No Results.'
44
- }
36
+ } ,
37
+ ga : 'UA-120716183-1'
45
38
}
46
39
</ script >
47
40
< script src ="//unpkg.com/docsify/lib/docsify.min.js "> </ script >
50
43
< script src ="//unpkg.com/docsify/lib/plugins/search.min.js "> </ script >
51
44
< script src ="//unpkg.com/docsify-copy-code@2 "> </ script >
52
45
< script src ="//unpkg.com/docsify-pagination/dist/docsify-pagination.min.js "> </ script >
46
+ < script src ="//unpkg.com/docsify/lib/plugins/ga.min.js "> </ script >
53
47
</ body >
54
48
</ html >
You can’t perform that action at this time.
0 commit comments