From 0da8c73d740baa8648b870b5b471f1e13b7bc5e4 Mon Sep 17 00:00:00 2001 From: Paulo Gustavo Veiga Date: Sat, 12 Feb 2022 00:12:03 -0800 Subject: [PATCH] Clean up google analytics initialization --- wise-webapp/src/main/webapp/jsp/mindmapEditor.jsp | 1 - wise-webapp/src/main/webapp/jsp/reactInclude.jsp | 2 -- 2 files changed, 3 deletions(-) diff --git a/wise-webapp/src/main/webapp/jsp/mindmapEditor.jsp b/wise-webapp/src/main/webapp/jsp/mindmapEditor.jsp index 95a67fec..89cea8d6 100644 --- a/wise-webapp/src/main/webapp/jsp/mindmapEditor.jsp +++ b/wise-webapp/src/main/webapp/jsp/mindmapEditor.jsp @@ -46,7 +46,6 @@ var accountEmail = '${principal.email}'; var mapTitle = '${mindmap.title}'; - <%@ include file="/jsp/googleAnalytics.jsf" %> diff --git a/wise-webapp/src/main/webapp/jsp/reactInclude.jsp b/wise-webapp/src/main/webapp/jsp/reactInclude.jsp index 94c7789f..bce78910 100644 --- a/wise-webapp/src/main/webapp/jsp/reactInclude.jsp +++ b/wise-webapp/src/main/webapp/jsp/reactInclude.jsp @@ -23,8 +23,6 @@ }; - <%@ include file="/jsp/googleAnalytics.jsf" %> -