HBASE-5610 Add GA to hbase.apache.org
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1305970 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
ef65dde6b3
commit
46d8f02c3f
|
@ -481,6 +481,20 @@
|
|||
#end
|
||||
#end
|
||||
## $headContent
|
||||
<!--Google Analytics-->
|
||||
<script type="text/javascript">
|
||||
|
||||
var _gaq = _gaq || [];
|
||||
_gaq.push(['_setAccount', 'UA-30210968-1']);
|
||||
_gaq.push(['_trackPageview']);
|
||||
|
||||
(function() {
|
||||
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
|
||||
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
|
||||
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
|
||||
})();
|
||||
|
||||
</script>
|
||||
</head>
|
||||
<body class="composite">
|
||||
<div id="banner">
|
||||
|
|
Loading…
Reference in New Issue