From 40156abfebbe184487e2d5d49cf35e14a6c6fb2b Mon Sep 17 00:00:00 2001 From: Jeremie Taboada Date: Fri, 5 Jun 2015 02:54:33 +0100 Subject: Fix merge fail. --- cao-mobile.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cao-mobile.js b/cao-mobile.js index 692dab3..51cb7e9 100644 --- a/cao-mobile.js +++ b/cao-mobile.js @@ -29,8 +29,9 @@ $(document).ready(function() { cao.on_join_game_ok = function(game_state) { $header.show(); $home.removeClass("current"); - $become_judge.addClass("current"); $become_judge_btn.on("click", function () { + cao.pick_black_card(); + }); $game.addClass("current"); $all.hide(); switch (game_state) { -- cgit v1.2.3