Skip to content

Commit

Permalink
Refactor
Browse files Browse the repository at this point in the history
Signed-off-by: Sam Poyigi <[email protected]>
  • Loading branch information
sampoyigi committed Feb 4, 2024
1 parent 8e6bb18 commit 1e2bce8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/FormWidgets/ScheduleEditor.php
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ public function prepareVars()

public function loadAssets()
{
$this->addJs('js/vendor.datetime.js', 'vendor-datetime-js');
$this->addJs('build/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');
Expand Down

0 comments on commit 1e2bce8

Please sign in to comment.