Add google analitycs to the footer.

This commit is contained in:
Paulo Gustavo Veiga 2012-08-30 23:26:15 -03:00
parent 1cb7a3d3d7
commit 3efd3ef172
4 changed files with 5 additions and 3 deletions

View File

@ -88,6 +88,6 @@
<div id="mindplot" onselectstart="return false;"></div>
<script type="text/javascript" src="js/editor.js"></script>
<jsp:include page="mindmapEditorFooter.jsf"/>
<%@ include file="/jsp/mindmapEditorFooter.jsf" %>
</body>
</html>

View File

@ -1,3 +1,5 @@
<%@taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c"%>
<c:if test="${requestScope['google.analytics.enabled']}">
<script type="text/javascript">

View File

@ -84,6 +84,6 @@
</div>
</div>
<script type="text/javascript" src="../js/editor.js"></script>
<jsp:include page="mindmapEditorFooter.jsf"/>
<%@ include file="/jsp/mindmapEditorFooter.jsf" %>
</body>
</html>

View File

@ -119,6 +119,6 @@
</div>
</div>
<script type="text/javascript" src="../js/editor.js"></script>
<jsp:include page="mindmapEditorFooter.jsf"/>
<%@ include file="/jsp/mindmapEditorFooter.jsf" %>
</body>
</html>