From 48eae099859e99a4fd6309938694cef4046b5c52 Mon Sep 17 00:00:00 2001 From: Paulo Gustavo Veiga Date: Sun, 11 Sep 2022 14:20:58 -0700 Subject: [PATCH] Update to async font load --- wise-webapp/src/main/webapp/jsp/mindmapEditor.jsp | 5 ++++- wise-webapp/src/main/webapp/jsp/mindmapViewonly.jsp | 5 ++++- wise-webapp/src/main/webapp/jsp/reactInclude.jsp | 3 ++- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/wise-webapp/src/main/webapp/jsp/mindmapEditor.jsp b/wise-webapp/src/main/webapp/jsp/mindmapEditor.jsp index d5052b8e..8d3182b7 100644 --- a/wise-webapp/src/main/webapp/jsp/mindmapEditor.jsp +++ b/wise-webapp/src/main/webapp/jsp/mindmapEditor.jsp @@ -14,7 +14,10 @@ - + + + + <%@ 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 baf0abea..056ea264 100644 --- a/wise-webapp/src/main/webapp/jsp/mindmapViewonly.jsp +++ b/wise-webapp/src/main/webapp/jsp/mindmapViewonly.jsp @@ -10,7 +10,10 @@ - + + + + ${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 500a8eaa..5e7c39ae 100644 --- a/wise-webapp/src/main/webapp/jsp/reactInclude.jsp +++ b/wise-webapp/src/main/webapp/jsp/reactInclude.jsp @@ -6,7 +6,8 @@ - + + <%@ include file="/jsp/pageHeaders.jsf" %> Loading | WiseMapping