Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions scripts/check.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -932,6 +932,12 @@ assert(html.includes('id="theme-toggle"'));
assert(html.includes('document.documentElement.dataset.theme = theme'));
assert(html.includes('"loop-library-theme"'));
assert(html.includes('id="loop-form"'));
assert(
html.includes(
"I confirm that I own this loop and grant Loop Library a\n" +
" non-exclusive license to edit, reproduce, and publish it.",
),
);
assert(html.includes('id="weekly"'));
assert(html.includes('id="weekly-form"'));
assert(html.includes("One useful loop, once a week."));
Expand Down
4 changes: 2 additions & 2 deletions site/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2399,8 +2399,8 @@ <h2>Share a loop</h2>
<label class="consent-field">
<input name="permission" type="checkbox" required />
<span>
I have the right to share this and understand it may be edited
for clarity.
I confirm that I own this loop and grant Loop Library a
non-exclusive license to edit, reproduce, and publish it.
</span>
</label>

Expand Down
Loading