Author: nbelaevski
Date: 2009-04-14 14:31:33 -0400 (Tue, 14 Apr 2009)
New Revision: 13584
Modified:
trunk/samples/richfaces-demo/src/main/webapp/templates/main.xhtml
Log:
https://jira.jboss.org/jira/browse/RF-6025
Modified: trunk/samples/richfaces-demo/src/main/webapp/templates/main.xhtml
===================================================================
--- trunk/samples/richfaces-demo/src/main/webapp/templates/main.xhtml 2009-04-14 17:59:25
UTC (rev 13583)
+++ trunk/samples/richfaces-demo/src/main/webapp/templates/main.xhtml 2009-04-14 18:31:33
UTC (rev 13584)
@@ -58,5 +58,14 @@
</tbody>
</table>
+<script type="text/javascript"
src="http://www.google-analytics.com/urchin.js"></script>
+
+<script type="text/javascript">
+if (window.location.hostname.indexOf("livedemo.exadel.com") != -1) {
+ _uacct = "UA-7306415-1";
+ urchinTracker();
+}
+</script>
+
</body>
</html>