From 6d294a770b28bfd3a2f1d848b1cf01fcfc6ce8b6 Mon Sep 17 00:00:00 2001 From: jvoisin Date: Fri, 17 May 2019 20:23:40 +0000 Subject: [PATCH] Replace the usage of prototypejs with jquery in changeCoverArt.jsp This change was successfully tested on Chromium and Firefox. --- .../webapp/WEB-INF/jsp/changeCoverArt.jsp | 73 ++++++++----------- .../webapp/WEB-INF/jsp/externalPlayer.jsp | 1 - 2 files changed, 30 insertions(+), 44 deletions(-) diff --git a/airsonic-main/src/main/webapp/WEB-INF/jsp/changeCoverArt.jsp b/airsonic-main/src/main/webapp/WEB-INF/jsp/changeCoverArt.jsp index 31f6a86c..cfbdbeef 100644 --- a/airsonic-main/src/main/webapp/WEB-INF/jsp/changeCoverArt.jsp +++ b/airsonic-main/src/main/webapp/WEB-INF/jsp/changeCoverArt.jsp @@ -2,90 +2,77 @@ <%@ include file="head.jsp" %> + <%@ include file="jquery.jsp" %> - diff --git a/airsonic-main/src/main/webapp/WEB-INF/jsp/externalPlayer.jsp b/airsonic-main/src/main/webapp/WEB-INF/jsp/externalPlayer.jsp index e373d529..1ea047f2 100644 --- a/airsonic-main/src/main/webapp/WEB-INF/jsp/externalPlayer.jsp +++ b/airsonic-main/src/main/webapp/WEB-INF/jsp/externalPlayer.jsp @@ -5,7 +5,6 @@ <%@ include file="head.jsp" %> - ">