Skip to content

Commit

Permalink
track min/data.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
mi2ebi committed Sep 26, 2023
1 parent cc45ac8 commit 3f8636d
Show file tree
Hide file tree
Showing 3 changed files with 163,928 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
*.java
data*
data-*
data.json
data.html
*.xml
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -353,8 +353,8 @@ <h2>credits</h2>
clearTimeout(timer);
const q = id("search").value.toLowerCase().trim();
if (q != id("search").value) {
id("search").value = q
};
id("search").value = q;
}
id("results").innerHTML = "";
let page = 0;
if (observer) {
Expand Down
Loading

0 comments on commit 3f8636d

Please sign in to comment.