JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
clients ask/get initial state on [re]load
[peach-cgt.git] / client.coffee
index 63fd6c6..6f8d230 100644 (file)
@@ -130,6 +130,9 @@ init = ->
 
        # timeout so browser will stop showing that we're loading
        timeout 1, poll_for_updates
+       timeout 2, ->
+               # ask for initial state
+               tell_server ['send_state', state.agent]
 
 $ ->
        $table = $ '#table'