Skip to content

Commit

Permalink
Bootstrap 5 data-toggle change to data-bs-toggle
Browse files Browse the repository at this point in the history
  • Loading branch information
ern committed Dec 21, 2023
1 parent 161f93d commit 1957a40
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ <h1 class="overviewHeader">
</td>
<td class="actionsButtonCol col-sm-1">
<span class="btn-group">
<button class="btn btn-xs dropdown-toggle" aria-expanded="false" data-toggle="dropdown">
<button class="btn btn-xs dropdown-toggle" aria-expanded="false" data-bs-toggle="dropdown">
<wicket:message key="attendance.overview.header.event.actions" />
<span class="caret"></span>
</button>
Expand Down

0 comments on commit 1957a40

Please sign in to comment.