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>
This commit is contained in:
parent
07476fd991
commit
3f8fe4f35e
|
@ -1,3 +0,0 @@
|
|||
// window.addEventListener('DOMContentLoaded', function() {
|
||||
// $('#selectPartStatForm').buttonset();
|
||||
// });
|
|
@ -1,6 +1,5 @@
|
|||
<?php
|
||||
style('dav', 'schedule-response');
|
||||
//script('dav', 'schedule-response');
|
||||
?>
|
||||
|
||||
<div class="update">
|
||||
|
|
Loading…
Reference in New Issue