Skip to content

Commit

Permalink
index.html change
Browse files Browse the repository at this point in the history
  • Loading branch information
nicelgueta committed Aug 14, 2024
1 parent 648c749 commit 559af7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
import init, { random_slugs, combinations } from "./pkg/rustyrs.js";
init();
export const test = () => {
const word_length = document.getElementById("word_len_inp").value;
const word_length = document.getElementById("word_len_inp?").value;
const n_outputs = document.getElementById("n_outputs").value;
if (n_outputs > 10000) {
alert("Max number of slugs is 10000");
Expand Down

0 comments on commit 559af7c

Please sign in to comment.