src/main/webapp/WEB-INF/jsp/site.jsp

changeset 86
0a658e53177c
parent 78
bb4c52bf3439
child 96
b7b685f31e39
--- a/src/main/webapp/WEB-INF/jsp/site.jsp	Sat May 30 18:12:38 2020 +0200
+++ b/src/main/webapp/WEB-INF/jsp/site.jsp	Mon Jun 01 14:46:58 2020 +0200
@@ -26,7 +26,6 @@
 --%>
 <%@page contentType="text/html" pageEncoding="UTF-8" trimDirectiveWhitespaces="true" %>
 <%@page import="de.uapcore.lightpit.Constants" %>
-<%@page import="de.uapcore.lightpit.modules.ProjectsModule" %>
 <%@taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
 <%@taglib prefix="fmt" uri="http://java.sun.com/jsp/jstl/fmt" %>
 <%@taglib prefix="fn" uri="http://java.sun.com/jsp/jstl/functions" %>
@@ -60,9 +59,6 @@
     <fmt:setLocale scope="request" value="${sessionScope[Constants.SESSION_ATTR_LANGUAGE]}"/>
 </c:if>
 
-<%-- Selected project, if any --%>
-<c:set scope="page" var="selectedProject" value="${sessionScope[ProjectsModule.SESSION_ATTR_SELECTED_PROJECT]}"/>
-
 <%-- Load resource bundles --%>
 <fmt:setBundle scope="request" basename="${bundleName}"/>
 <fmt:setBundle scope="request" var="lightpit_bundle" basename="localization.lightpit"/>

mercurial