Skip to content
This repository was archived by the owner on Jan 23, 2025. It is now read-only.

Commit c3f7efc

Browse files
committed
fixed google analytics tracking code
1 parent 72520a3 commit c3f7efc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/web/WEB-INF/includes/footer.jsp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
<script type="text/javascript">
8585
8686
var _gaq = _gaq || [];
87-
_gaq.push(['_setAccount', 'UA-39594372-1']);
87+
_gaq.push(['_setAccount', 'UA-6340959-1']);
8888
_gaq.push(['_setDomainName', '.topcoder.com']);
8989
_gaq.push(['_trackPageview']);
9090
_gaq.push(['_setCustomVar',

0 commit comments

Comments
 (0)