Skip to content

Commit

Permalink
Merge pull request #68 from akrherz/241113
Browse files Browse the repository at this point in the history
Fix bootstrap 5 issue
  • Loading branch information
akrherz authored Dec 5, 2024
2 parents a6c8bc7 + 2f67e7f commit 7b30682
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: "v0.7.3"
rev: "v0.8.2"
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]
Expand Down
6 changes: 4 additions & 2 deletions htdocs/huc12-details.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,12 @@ function timeit($db, $name, $sql){
<br />&nbsp;
<p>
<button onclick="javascript: viewEvents('{$huc_12}', 'daily');"
class="btn btn-sm btn-primary" type="button" data-toggle="modal" data-target="#eventsModal">
class="btn btn-sm btn-primary" type="button" data-bs-toggle="modal"
data-bs-target="#eventsModal">
<i class="fa fa-th-list"></i> View Daily Data</button>
<button onclick="javascript: viewEvents('{$huc_12}', 'yearly');"
class="btn btn-sm btn-primary" type="button" data-toggle="modal" data-target="#eventsModal">
class="btn btn-sm btn-primary" type="button" data-bs-toggle="modal"
data-bs-target="#eventsModal">
<i class="fa fa-th-list"></i> View Yearly Data</button>
</p>
</form>
Expand Down

0 comments on commit 7b30682

Please sign in to comment.