From a9a28b48acd47207f92c5c1f1c64b83d9b9232ce Mon Sep 17 00:00:00 2001 From: Sky Date: Tue, 25 Jul 2023 22:54:01 -0400 Subject: [PATCH] game counter in search placeholder --- index.html | 1 + js/games.js | 1 + 2 files changed, 2 insertions(+) diff --git a/index.html b/index.html index dc2755b8..fd230bcc 100644 --- a/index.html +++ b/index.html @@ -32,6 +32,7 @@

e-gamepass

Download SaveUpload Save
+



diff --git a/js/games.js b/js/games.js index 60556fae..6f2d8e53 100644 --- a/js/games.js +++ b/js/games.js @@ -1,4 +1,5 @@ $.getJSON("/games.json", function (data) { + $("#gamesearch").prop({placeholder: "Click here to search through our " + data.length + " games!"}); data.sort(dynamicSort("name")); for (let i = 0; i < data.length; i++) { $('#games').append(