Skip to content

Commit

Permalink
Add missing argument to toggleDetachAttachButtons()
Browse files Browse the repository at this point in the history
  • Loading branch information
helamanl0424 authored Apr 17, 2024
1 parent b1c89d9 commit a0f8d46
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions samples/pod.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
</head>
<body>
<p>Welcome to your pico!</p>
<button id="detachPod" class="detach-button" onclick="toggleDetachAttachButtons()">Detach pod</button>
<button id="attachPod" class="attach-button" onclick="toggleDetachAttachButtons()">Attach pod</button>
<button id="detachPod" class="detach-button" onclick="toggleDetachAttachButtons(true)">Detach pod</button>
<button id="attachPod" class="attach-button" onclick="toggleDetachAttachButtons(false)">Attach pod</button>
<div class="navbar">
<input type="text" id="searchInput" class="search-input" placeholder="Search...">
<button id="searchPhoto" type="click" onclick="search()">Search photo</button>
Expand Down

0 comments on commit a0f8d46

Please sign in to comment.