From 3cfe2b31a1167d0775c3a20590ee6bb72d887797 Mon Sep 17 00:00:00 2001 From: jvoisin Date: Fri, 17 May 2019 17:09:45 +0000 Subject: [PATCH] Move some cast-related inline js to an external file There is no point in having such a massive blob of javascript inline in the page. --- airsonic-main/src/main/webapp/WEB-INF/jsp/playQueue.jsp | 2 +- .../{WEB-INF/jsp/playQueueCast.jsp => script/playQueueCast.js} | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) rename airsonic-main/src/main/webapp/{WEB-INF/jsp/playQueueCast.jsp => script/playQueueCast.js} (99%) diff --git a/airsonic-main/src/main/webapp/WEB-INF/jsp/playQueue.jsp b/airsonic-main/src/main/webapp/WEB-INF/jsp/playQueue.jsp index 6124469f..09d8ef9c 100644 --- a/airsonic-main/src/main/webapp/WEB-INF/jsp/playQueue.jsp +++ b/airsonic-main/src/main/webapp/WEB-INF/jsp/playQueue.jsp @@ -10,7 +10,7 @@ - <%@ include file="playQueueCast.jsp" %> +