From 3f8fe4f35e61f117f58376f79a97e05c079ccdca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Freitag?= Date: Sat, 15 May 2021 10:53:32 +0200 Subject: Remove unused apps/dav/js/schedule-response.js MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit File is not included in the schedule-response-options template and is commented out. The commented code relies on the buttonset() jQuery plugin, which is deprecated. https://api.jqueryui.com/buttonset/ If this code was to be re-introduced, it would take a different form. Signed-off-by: François Freitag --- apps/dav/js/schedule-response.js | 3 --- apps/dav/templates/schedule-response-options.php | 1 - 2 files changed, 4 deletions(-) delete mode 100644 apps/dav/js/schedule-response.js diff --git a/apps/dav/js/schedule-response.js b/apps/dav/js/schedule-response.js deleted file mode 100644 index 109e5a53144..00000000000 --- a/apps/dav/js/schedule-response.js +++ /dev/null @@ -1,3 +0,0 @@ -// window.addEventListener('DOMContentLoaded', function() { -// $('#selectPartStatForm').buttonset(); -// }); \ No newline at end of file diff --git a/apps/dav/templates/schedule-response-options.php b/apps/dav/templates/schedule-response-options.php index da95454e4f5..27c062d88be 100644 --- a/apps/dav/templates/schedule-response-options.php +++ b/apps/dav/templates/schedule-response-options.php @@ -1,6 +1,5 @@
-- cgit v1.2.3