diff options
author | Jeremie Taboada <taboada.jeremie@gmail.com> | 2015-06-05 02:57:42 +0100 |
---|---|---|
committer | Olivier Gayot <duskcoder@gmail.com> | 2015-06-08 17:01:47 +0100 |
commit | b65442b4bc151d8161c68adb4b7330ca2230a503 (patch) | |
tree | dd7148a5d97754279cf2b937b451ab43b363affd /cao-mobile.js | |
parent | 40156abfebbe184487e2d5d49cf35e14a6c6fb2b (diff) |
Fix double trigger become_judge.
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) { |