zeus.ugent.be/content/index.coffee

3 lines
114 B
CoffeeScript
Raw Normal View History

2016-06-29 19:39:51 +00:00
$.getJSON 'https://zeus.ugent.be/game/top4/show.json', (data) ->
2016-06-29 19:38:57 +00:00
$('#top-coder-name').text(data[0].github_name)