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(