Skip to content

Commit

Permalink
Merge branch 'master' into issue-6651
Browse files Browse the repository at this point in the history
  • Loading branch information
etopipec authored Oct 14, 2024
2 parents a341821 + 22de6c8 commit 262da7d
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 36 deletions.
54 changes: 20 additions & 34 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
"jquery-validation": "^1.21.0",
"pace-js": "^1.2.4",
"react-bootstrap": "^2.10.4",
"react-datepicker": "^7.3.0",
"react-datepicker": "^7.4.0",
"react-select": "^5.8.1",
"select2": "^4.0.13"
},
Expand Down
1 change: 0 additions & 1 deletion src/EventAttendance.php
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,6 @@
$aEventTitle[$row] = htmlentities(stripslashes($event->getTitle()), ENT_NOQUOTES, 'UTF-8');
$aEventStartDateTime[$row] = $event->getStart(\DateTimeInterface::ATOM);
}
require 'Include/Header.php';

// Construct the form
?>
Expand Down

0 comments on commit 262da7d

Please sign in to comment.