From b431c9075878d6cbb3bab12ebd6e3341fb77ea08 Mon Sep 17 00:00:00 2001 From: Paulo Gustavo Veiga Date: Sun, 11 Sep 2022 13:57:55 -0700 Subject: [PATCH] Optimize font loading. --- wise-webapp/src/main/webapp/jsp/mindmapEditor.jsp | 4 +--- wise-webapp/src/main/webapp/jsp/mindmapViewonly.jsp | 1 + wise-webapp/src/main/webapp/jsp/reactInclude.jsp | 3 +-- 3 files changed, 3 insertions(+), 5 deletions(-) diff --git a/wise-webapp/src/main/webapp/jsp/mindmapEditor.jsp b/wise-webapp/src/main/webapp/jsp/mindmapEditor.jsp index d84ea8ae..d5052b8e 100644 --- a/wise-webapp/src/main/webapp/jsp/mindmapEditor.jsp +++ b/wise-webapp/src/main/webapp/jsp/mindmapEditor.jsp @@ -14,9 +14,7 @@ - - - + <%@ include file="/jsp/pageHeaders.jsf" %> Loading ... | WiseMapping diff --git a/wise-webapp/src/main/webapp/jsp/mindmapViewonly.jsp b/wise-webapp/src/main/webapp/jsp/mindmapViewonly.jsp index 5b99ed55..baf0abea 100644 --- a/wise-webapp/src/main/webapp/jsp/mindmapViewonly.jsp +++ b/wise-webapp/src/main/webapp/jsp/mindmapViewonly.jsp @@ -10,6 +10,7 @@ + ${mindmap.title} | <spring:message code="SITE.TITLE"/> <%@ include file="/jsp/pageHeaders.jsf" %> diff --git a/wise-webapp/src/main/webapp/jsp/reactInclude.jsp b/wise-webapp/src/main/webapp/jsp/reactInclude.jsp index b26af5ca..500a8eaa 100644 --- a/wise-webapp/src/main/webapp/jsp/reactInclude.jsp +++ b/wise-webapp/src/main/webapp/jsp/reactInclude.jsp @@ -6,8 +6,7 @@ - - + <%@ include file="/jsp/pageHeaders.jsf" %> Loading | WiseMapping