diff options
author | François Freitag <mail@franek.fr> | 2021-05-15 10:53:32 +0200 |
---|---|---|
committer | François Freitag <mail@franek.fr> | 2021-05-15 10:57:50 +0200 |
commit | 3f8fe4f35e61f117f58376f79a97e05c079ccdca (patch) | |
tree | 0904579406264ead3557b227dc23a312b0f1aa4a /apps/dav/js | |
parent | 07476fd9910c0394514e4dd281955be05d6beadd (diff) | |
download | nextcloud-server-3f8fe4f35e61f117f58376f79a97e05c079ccdca.tar.gz nextcloud-server-3f8fe4f35e61f117f58376f79a97e05c079ccdca.zip |
Remove unused apps/dav/js/schedule-response.js
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 <mail@franek.fr>
Diffstat (limited to 'apps/dav/js')
-rw-r--r-- | apps/dav/js/schedule-response.js | 3 |
1 files changed, 0 insertions, 3 deletions
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 |