Skip to content

live update stats billboard on team page when they change #95

@gerad

Description

@gerad

https://github.com/nko4/website/blob/master/public/javascripts/2012/websocket.coffee#L14-18

# update the stats billboard on the team page
ws.on 'updateTeamStats', (json) ->
  { teamId, stats } = json
  updateStats $(".team-stats[data-team-id=#{teamId}]"), stats

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions