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 0cfe588 commit ce8052eCopy full SHA for ce8052e
docs/javascripts/fill.js
@@ -25,7 +25,7 @@ function normalize(s) {
25
// biome-ignore-start lint/correctness/noUnusedVariables: init() is used in HTML
26
// eslint-disable-next-line no-unused-vars
27
async function init(path) {
28
-// biome-ignore-end lint/correctness/noUnusedVariables: init() is used in HTML
+ // biome-ignore-end lint/correctness/noUnusedVariables: init() is used in HTML
29
document.getElementById("mininame").oninput = () => {
30
document.getElementById("minified").textContent =
31
document.getElementById("mininame").value;
0 commit comments