From 1090348b0e206c1d5e66ea4cf46f3720f7509a09 Mon Sep 17 00:00:00 2001 From: jvoisin Date: Mon, 20 May 2019 22:57:21 +0200 Subject: [PATCH] Use the version number in jquery-ui's css path --- airsonic-main/src/main/webapp/WEB-INF/jsp/jquery.jsp | 2 +- .../smoothness/{jquery-ui.min.css => jquery-ui-1.12.1.min.css} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename airsonic-main/src/main/webapp/style/smoothness/{jquery-ui.min.css => jquery-ui-1.12.1.min.css} (100%) diff --git a/airsonic-main/src/main/webapp/WEB-INF/jsp/jquery.jsp b/airsonic-main/src/main/webapp/WEB-INF/jsp/jquery.jsp index 68880af2..080e7cd7 100644 --- a/airsonic-main/src/main/webapp/WEB-INF/jsp/jquery.jsp +++ b/airsonic-main/src/main/webapp/WEB-INF/jsp/jquery.jsp @@ -1,4 +1,4 @@ -" type="text/css"> +" type="text/css"> " type="text/css" > diff --git a/airsonic-main/src/main/webapp/style/smoothness/jquery-ui.min.css b/airsonic-main/src/main/webapp/style/smoothness/jquery-ui-1.12.1.min.css similarity index 100% rename from airsonic-main/src/main/webapp/style/smoothness/jquery-ui.min.css rename to airsonic-main/src/main/webapp/style/smoothness/jquery-ui-1.12.1.min.css