- Fix missing translation for welcome map.

This commit is contained in:
Paulo Gustavo Veiga 2012-08-30 23:19:11 -03:00
parent 1e02650800
commit 1cb7a3d3d7
4 changed files with 20 additions and 17 deletions

View File

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

View File

@ -0,0 +1,17 @@
<c:if test="${requestScope['google.analytics.enabled']}">
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', '${requestScope['google.analytics.account']}']);
_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>
</c:if>

View File

@ -84,22 +84,6 @@
</div>
</div>
<script type="text/javascript" src="../js/editor.js"></script>
<c:if test="${requestScope['google.analytics.enabled']}">
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', '${requestScope['google.analytics.account']}']);
_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>
</c:if>
<jsp:include page="mindmapEditorFooter.jsf"/>
</body>
</html>

View File

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