We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent edc62a7 commit c5d15fdCopy full SHA for c5d15fd
_layouts/default.html
@@ -41,7 +41,7 @@ <h4 style="margin-top: 10px;">Result</h4>
41
</div>
42
43
<div class="container">
44
- <section id="bookmarklets">
+ <section id="bookmarklets-list">
45
<hr/>
46
<div id="loading">Please wait while content is loading.</div>
47
javascripts/fill.js
@@ -139,5 +139,5 @@ async function init(path) {
139
})(js, index[j].name);
140
}
141
content.push(document.createElement("hr"));
142
- document.getElementById("bookmarklets").replaceChildren(...content);
+ document.getElementById("bookmarklets-list").replaceChildren(...content);
143
0 commit comments