Skip to content

Commit

Permalink
Merge pull request #369 from neilenns/neilenns/issue368
Browse files Browse the repository at this point in the history
Make checkboxes work correctly
  • Loading branch information
neilenns authored Jan 10, 2025
2 parents b0755ee + bec2f56 commit 2e2967a
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion com.neil-enns.trackaudio.sdPlugin/pi/atisLetter.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html>
<head lang="en">
<meta charset="utf-8" />
<script src="https://cdn.jsdelivr.net/gh/geekyeggo/sdpi-components@v2/dist/sdpi-components.js"></script>
<script src="https://sdpi-components.dev/releases/v3/sdpi-components.js"></script>
</head>
<body>
<sdpi-item>
Expand Down
2 changes: 1 addition & 1 deletion com.neil-enns.trackaudio.sdPlugin/pi/hotline.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html>
<head lang="en">
<meta charset="utf-8" />
<script src="https://cdn.jsdelivr.net/gh/geekyeggo/sdpi-components@v2/dist/sdpi-components.js"></script>
<script src="https://sdpi-components.dev/releases/v3/sdpi-components.js"></script>
</head>
<body>
<sdpi-item label="Title">
Expand Down
2 changes: 1 addition & 1 deletion com.neil-enns.trackaudio.sdPlugin/pi/mainVolume.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html>
<head lang="en">
<meta charset="utf-8" />
<script src="https://cdn.jsdelivr.net/gh/geekyeggo/sdpi-components@v2/dist/sdpi-components.js"></script>
<script src="https://sdpi-components.dev/releases/v3/sdpi-components.js"></script>
</head>
<body>
<sdpi-item label="Change amount">
Expand Down
2 changes: 1 addition & 1 deletion com.neil-enns.trackaudio.sdPlugin/pi/pushToTalk.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html>
<head lang="en">
<meta charset="utf-8" />
<script src="https://cdn.jsdelivr.net/gh/geekyeggo/sdpi-components@v2/dist/sdpi-components.js"></script>
<script src="https://sdpi-components.dev/releases/v3/sdpi-components.js"></script>
</head>
<body>
<sdpi-item label="Title">
Expand Down
2 changes: 1 addition & 1 deletion com.neil-enns.trackaudio.sdPlugin/pi/stationStatus.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html>
<head lang="en">
<meta charset="utf-8" />
<script src="https://cdn.jsdelivr.net/gh/geekyeggo/sdpi-components@v2/dist/sdpi-components.js"></script>
<script src="https://sdpi-components.dev/releases/v3/sdpi-components.js"></script>
</head>
<body>
<sdpi-item label="Title">
Expand Down
2 changes: 1 addition & 1 deletion com.neil-enns.trackaudio.sdPlugin/pi/stationVolume.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html>
<head lang="en">
<meta charset="utf-8" />
<script src="https://cdn.jsdelivr.net/gh/geekyeggo/sdpi-components@v2/dist/sdpi-components.js"></script>
<script src="https://sdpi-components.dev/releases/v3/sdpi-components.js"></script>
</head>
<body>
<sdpi-item label="Callsign">
Expand Down
2 changes: 1 addition & 1 deletion com.neil-enns.trackaudio.sdPlugin/pi/trackAudioStatus.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html>
<head lang="en">
<meta charset="utf-8" />
<script src="https://cdn.jsdelivr.net/gh/geekyeggo/sdpi-components@v2/dist/sdpi-components.js"></script>
<script src="https://sdpi-components.dev/releases/v3/sdpi-components.js"></script>
</head>
<body>
<sdpi-item label="Title">
Expand Down

0 comments on commit 2e2967a

Please sign in to comment.