Skip to content

Commit 0b02dd2

Browse files
committed
Update comments for clarity on collapsible module functionality
1 parent a8496f2 commit 0b02dd2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

popup.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ <h2>
185185
<div class="section-content">
186186
<!-- Cross-Chat Prompt Sharing Module -->
187187
<!-- This is a nested collapsible module. It has its own .collapsible class and header. -->
188-
<!-- Its functionality is managed by popup-page-modules-promptShare.js, but its collapsible behavior is now managed centrally by popup-page-collapsible.js -->
188+
<!-- Its functionality is managed by popup-page-modules-promptShare.js, but its collapsible behavior is managed centrally by popup-page-collapsible.js -->
189189
<div class="collapsible" id="crossChatModule">
190190
<div class="section-header subsection-header">
191191
<h3>
@@ -196,6 +196,7 @@ <h3>
196196
</div>
197197
<div class="section-content">
198198
<div class="switch-container" style="margin-bottom: 16px">
199+
<!--This label is hidden by CSS to draw beautiful swithc on top-->
199200
<label class="switch">
200201
<input
201202
type="checkbox"

0 commit comments

Comments
 (0)