Skip to content

Commit c5d15fd

Browse files
committed
build(gh-pages): fix selector
1 parent edc62a7 commit c5d15fd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

_layouts/default.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ <h4 style="margin-top: 10px;">Result</h4>
4141
</div>
4242

4343
<div class="container">
44-
<section id="bookmarklets">
44+
<section id="bookmarklets-list">
4545
<hr/>
4646
<div id="loading">Please wait while content is loading.</div>
4747
<hr/>

javascripts/fill.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,5 +139,5 @@ async function init(path) {
139139
})(js, index[j].name);
140140
}
141141
content.push(document.createElement("hr"));
142-
document.getElementById("bookmarklets").replaceChildren(...content);
142+
document.getElementById("bookmarklets-list").replaceChildren(...content);
143143
}

0 commit comments

Comments
 (0)