From ad94e9a9d34a6bae28f73dda09e4ca68301f72b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois-Xavier=20Thomas?= Date: Fri, 25 Nov 2016 22:13:43 +0100 Subject: [PATCH] Store previously used shuffle filters --- .../src/main/webapp/WEB-INF/jsp/more.jsp | 55 ++++++++++++++++++- 1 file changed, 54 insertions(+), 1 deletion(-) diff --git a/libresonic-main/src/main/webapp/WEB-INF/jsp/more.jsp b/libresonic-main/src/main/webapp/WEB-INF/jsp/more.jsp index ce337650..cee7e6d1 100644 --- a/libresonic-main/src/main/webapp/WEB-INF/jsp/more.jsp +++ b/libresonic-main/src/main/webapp/WEB-INF/jsp/more.jsp @@ -2,6 +2,7 @@ <%@ include file="head.jsp" %> + <%@ include file="jquery.jsp" %>