Browse Source

Ensure we init the taboo game

Thomas Dy 11 years ago
parent
commit
fce695bbca
1 changed files with 4 additions and 0 deletions
  1. 4 0
      public/javascripts/tabooServices.js

+ 4 - 0
public/javascripts/tabooServices.js

@@ -29,6 +29,10 @@ angular.module('tabooServices', [])
     game.status();
   }
 
+  if(Chat.isConnected()) {
+    init();
+  }
+
   function onmessage(event, message) {
     if(message.kind == "point") {
       var text = "";