From b9a954d6d650eab92274382807f49379b655427f Mon Sep 17 00:00:00 2001 From: muktar1907 Date: Mon, 29 Apr 2024 20:11:52 -0500 Subject: [PATCH] refresh --- html/index_1.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/html/index_1.html b/html/index_1.html index 44e85df..0db41ce 100644 --- a/html/index_1.html +++ b/html/index_1.html @@ -334,6 +334,8 @@

Leaderboard

// add an event listener for the refresh button to request the game list document.getElementById('refreshButton').addEventListener('click', function() { + var gameId=""; + var nick=""; requestGameList(); });