diff --git a/distro/changelog.xml b/distro/changelog.xml index a701ba5..246ebf6 100644 --- a/distro/changelog.xml +++ b/distro/changelog.xml @@ -1,4 +1,7 @@ + + Added Google Analytics support [ticket #17015] + First Release diff --git a/src/main/webapp/index.jsp b/src/main/webapp/index.jsp index 0127326..ea810ea 100644 --- a/src/main/webapp/index.jsp +++ b/src/main/webapp/index.jsp @@ -37,6 +37,16 @@ console.log('Protocol: '+scheme); var contextPath = '<%= request.getContextPath() %>'; + + + +