Skip to content

Commit

Permalink
adding redirect at end of game
Browse files Browse the repository at this point in the history
  • Loading branch information
getify committed Aug 29, 2010
1 parent 48a9682 commit 8d41b4e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions public/js/socket.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
destroyed : function(message) {
var msg = message.msg;
console.log(msg);
// TODO: send user to results page : FAILURE
APPVIEW.next_page();
},
// not implemented
gravatar : function(message) {
Expand Down Expand Up @@ -78,7 +78,7 @@
win : function(message) {
var msg = message.msg;
console.log(msg);
// TODO: send user to results page : WINNER WINNER CHICKEN DINNER
APPVIEW.next_page();
},
yourturn : function(message) {
var msg = message.msg || "";
Expand Down

0 comments on commit 8d41b4e

Please sign in to comment.