diff --git a/WebContent/cardsets.jsp b/WebContent/cardsets.jsp index 99b7396..6fe2d04 100644 --- a/WebContent/cardsets.jsp +++ b/WebContent/cardsets.jsp @@ -242,6 +242,7 @@ select { Delete Edit Weight + Active @@ -253,6 +254,7 @@ select { Delete Edit <%=cardSet.getWeight()%> + <%=cardSet.isActive()%> <% } diff --git a/WebContent/game.jsp b/WebContent/game.jsp index d048f02..20d688f 100644 --- a/WebContent/game.jsp +++ b/WebContent/game.jsp @@ -86,27 +86,16 @@ HttpSession hSession = request.getSession(true); If this is your first time playing, you may wish to read the changelog and list of known issues.

-

Most recent update: 21 February 2015:

+

Most recent update: 3 May 2015: