summaryrefslogtreecommitdiff
path: root/cao-common.js
diff options
context:
space:
mode:
Diffstat (limited to 'cao-common.js')
-rw-r--r--cao-common.js2
1 files changed, 0 insertions, 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,