diff --git a/README.md b/README.md index a46b6b4..92e569d 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Simple self-hosted tracker to keep track of upcoming, current and collected games. -![2023-06-30_18-30](https://github.com/xdpirate/gamehorizon/assets/1757462/c9c55c78-fbba-4d66-8dd8-882728f9a4ad) +![2023-11-26_19-54](https://github.com/xdpirate/gamehorizon/assets/1757462/1dbbee07-63b3-480f-b5a3-e15e476ca9e5) ## Features diff --git a/index.php b/index.php index 70238c1..c9a057c 100644 --- a/index.php +++ b/index.php @@ -173,6 +173,7 @@ + @@ -242,6 +243,7 @@ +
Name
@@ -286,6 +288,7 @@ +
Name
diff --git a/js/startscripts.js b/js/startscripts.js index d48961f..d88ef6f 100644 --- a/js/startscripts.js +++ b/js/startscripts.js @@ -116,6 +116,7 @@ function filterTable(table, searchStr) { if(platformLabels[j].innerText.trim().toLowerCase().includes(searchStr)) { rows[i].style.display = "table-row"; matched = true; + break; } }
Name