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 | |
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')
-rw-r--r-- | apps/dav/js/schedule-response.js | 3 | ||||
-rw-r--r-- | apps/dav/templates/schedule-response-options.php | 1 |
2 files changed, 0 insertions, 4 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 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 @@ <?php style('dav', 'schedule-response'); -//script('dav', 'schedule-response'); ?> <div class="update"> |