Skip to content

Commit

Permalink
Revert build assets restructure
Browse files Browse the repository at this point in the history
Signed-off-by: Sam Poyigi <[email protected]>
  • Loading branch information
sampoyigi committed Feb 7, 2024
1 parent 1e2bce8 commit b0d77a9
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('build/js/vendor.datetime.js', 'vendor-datetime-js');
$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');
Expand Down

0 comments on commit b0d77a9

Please sign in to comment.