Skip to content

Commit

Permalink
Remove unused js libraries
Browse files Browse the repository at this point in the history
Signed-off-by: Sam Poyigi <[email protected]>
  • Loading branch information
sampoyigi committed Mar 8, 2024
1 parent 832d5a1 commit f57edec
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/FormWidgets/ScheduleEditor.php
Original file line number Diff line number Diff line change
Expand Up @@ -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');
}
Expand Down

0 comments on commit f57edec

Please sign in to comment.