From 375eb292e43fd69c7737f1015dbe68ec1410d468 Mon Sep 17 00:00:00 2001 From: Boubaker Khanfir Date: Fri, 6 Sep 2024 12:25:41 +0100 Subject: [PATCH] feat: Move Global JS Variable definition in Portal Layer - MEED-7003 - Meeds-io/meeds#2362 (#212) --- layout-webapp/src/main/webapp/WEB-INF/jsp/siteNavigation.jsp | 2 -- 1 file changed, 2 deletions(-) diff --git a/layout-webapp/src/main/webapp/WEB-INF/jsp/siteNavigation.jsp b/layout-webapp/src/main/webapp/WEB-INF/jsp/siteNavigation.jsp index 378cad061..1f20a5894 100644 --- a/layout-webapp/src/main/webapp/WEB-INF/jsp/siteNavigation.jsp +++ b/layout-webapp/src/main/webapp/WEB-INF/jsp/siteNavigation.jsp @@ -12,12 +12,10 @@ boolean isAdministrator = aclService.isAdministrator(request.getRemoteUser()); boolean canManageSiteNavigation = aclService.canEditNavigation(siteKey, request.getRemoteUser()); if (canManageSiteNavigation) { - String siteName = userNavigation.getKey().getName(); // In case, it's global site %>