Skip to content

Commit

Permalink
Your turn back to waiting for events.
Browse files Browse the repository at this point in the history
  • Loading branch information
dshaw committed Aug 29, 2010
1 parent 23d02db commit 9212087
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion public/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -448,7 +448,7 @@ img {
background-repeat: no-repeat;
padding: 30px;
background-position: 50% 50%;
/*display: none;*/
display: none;
}


Expand Down
4 changes: 2 additions & 2 deletions public/js/socket.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@
yourturn : function(message) {
var msg = message.msg || "";
console.log("msg");
alert("msg");

$("#yourturn").slideDown();
alert(msg);
}
};

Expand Down

0 comments on commit 9212087

Please sign in to comment.