File tree Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 2929
3030 var _gaq = _gaq || [];
3131 _gaq.push(['_setAccount', 'UA-24724965-1']);
32+ _gaq.push(['_setDomainName', 'openresty.org']);
3233 _gaq.push(['_trackPageview']);
3334
34- (function() {
35+ var _gaf = (function() {
3536 var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
3637 ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
3738 var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
38- })();
39+ });
40+ setTimeout(_gaf, 0);
3941
4042 </script>
4143 </head>
Original file line number Diff line number Diff line change 3030
3131 var _gaq = _gaq || [];
3232 _gaq.push(['_setAccount', 'UA-24724965-1']);
33+ _gaq.push(['_setDomainName', 'openresty.org']);
3334 _gaq.push(['_trackPageview']);
3435
35- (function() {
36+ var _gaf = (function() {
3637 var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
3738 ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
3839 var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
39- })();
40+ });
41+ setTimeout(_gaf, 0);
4042
4143 </script>
4244 </head>
You can’t perform that action at this time.
0 commit comments