From aff7bd3d574ac54a436d82ed3b61f0828ae70398 Mon Sep 17 00:00:00 2001 From: jvoisin Date: Tue, 2 Apr 2019 00:42:24 +0200 Subject: [PATCH] Remove webfx stuff, since they're apparently not used The only place where the string `webfx` is mentioned was in playQueue.jsp, to include a small css file, twice, that only applies to webfx components, that aren't used anywhere in the codebase. --- .../src/main/webapp/WEB-INF/jsp/playQueue.jsp | 2 - .../main/webapp/script/webfx/boxsizing.htc | 157 ------ .../script/webfx/handle.horizontal.hover.png | Bin 266 -> 0 bytes .../webapp/script/webfx/handle.horizontal.png | Bin 271 -> 0 bytes .../script/webfx/handle.vertical.hover.png | Bin 252 -> 0 bytes .../webapp/script/webfx/handle.vertical.png | Bin 257 -> 0 bytes .../src/main/webapp/script/webfx/luna.css | 75 --- .../src/main/webapp/script/webfx/range.js | 132 ----- .../src/main/webapp/script/webfx/slider.js | 489 ------------------ .../src/main/webapp/script/webfx/timer.js | 62 --- 10 files changed, 917 deletions(-) delete mode 100644 airsonic-main/src/main/webapp/script/webfx/boxsizing.htc delete mode 100644 airsonic-main/src/main/webapp/script/webfx/handle.horizontal.hover.png delete mode 100644 airsonic-main/src/main/webapp/script/webfx/handle.horizontal.png delete mode 100644 airsonic-main/src/main/webapp/script/webfx/handle.vertical.hover.png delete mode 100644 airsonic-main/src/main/webapp/script/webfx/handle.vertical.png delete mode 100644 airsonic-main/src/main/webapp/script/webfx/luna.css delete mode 100644 airsonic-main/src/main/webapp/script/webfx/range.js delete mode 100644 airsonic-main/src/main/webapp/script/webfx/slider.js delete mode 100644 airsonic-main/src/main/webapp/script/webfx/timer.js 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 36b5a8fd..0479bf65 100644 --- a/airsonic-main/src/main/webapp/WEB-INF/jsp/playQueue.jsp +++ b/airsonic-main/src/main/webapp/WEB-INF/jsp/playQueue.jsp @@ -3,7 +3,6 @@ <%@ include file="head.jsp" %> <%@ include file="jquery.jsp" %> - "> @@ -12,7 +11,6 @@ <%@ include file="playQueueCast.jsp" %> - ">