diff options
Diffstat (limited to 'cao-mobile.js')
-rw-r--r-- | cao-mobile.js | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/cao-mobile.js b/cao-mobile.js index 51cb7e9..d476e1c 100644 --- a/cao-mobile.js +++ b/cao-mobile.js @@ -29,9 +29,6 @@ $(document).ready(function() { cao.on_join_game_ok = function(game_state) { $header.show(); $home.removeClass("current"); - $become_judge_btn.on("click", function () { - cao.pick_black_card(); - }); $game.addClass("current"); $all.hide(); switch (game_state) { |