diff --git a/src/FormWidgets/ScheduleEditor.php b/src/FormWidgets/ScheduleEditor.php index 0d285a9..8715a12 100644 --- a/src/FormWidgets/ScheduleEditor.php +++ b/src/FormWidgets/ScheduleEditor.php @@ -57,12 +57,10 @@ public function prepareVars() public function loadAssets() { - $this->addJs('js/vendor.datetime.js', 'vendor-datetime-js'); $this->addJs('vendor/timesheet/timesheet.js', 'timesheet-js'); $this->addJs('formwidgets/recordeditor.modal.js', 'recordeditor-modal-js'); $this->addJs('scheduleeditor.js', 'scheduleeditor-js'); - $this->addCss('formwidgets/clockpicker.css', 'clockpicker-css'); $this->addCss('vendor/timesheet/timesheet.css', 'timesheet-css'); $this->addCss('scheduleeditor.css', 'scheduleeditor-css'); }