From f8802ec05214ff546190173aca24fb170df67626 Mon Sep 17 00:00:00 2001 From: Olivier Gayot Date: Fri, 5 Jun 2015 01:21:15 +0100 Subject: removed the prompt Signed-off-by: Olivier Gayot --- cao-common.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/cao-common.js b/cao-common.js index 5807aac..cd6ec08 100644 --- a/cao-common.js +++ b/cao-common.js @@ -197,8 +197,6 @@ var CAO = function() { }; this.join_game = function(game_name) { - var game_name = prompt('Name of the game'); - var request = { 'op': 'join_game', 'game_name': game_name, -- cgit v1.2.3