From c16ef908c96c89a8fe2ff59a5b63380178f14541 Mon Sep 17 00:00:00 2001 From: "R. Aidan Campbell" Date: Sat, 16 Apr 2016 16:53:57 -0400 Subject: [PATCH] fixed #40. copy/pasted too much code... --- static/js/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/js/index.js b/static/js/index.js index 1e0fad0..45a81ea 100644 --- a/static/js/index.js +++ b/static/js/index.js @@ -256,7 +256,7 @@ function startSelectedGame() { return; } - var appID = $("#selectHost").val(); // app that the user wants to play + var appID = $("#selectGame").val(); // app that the user wants to play // refresh the server info, because the user might have quit the game. api.refreshServerInfo().then(function (ret) {