zeus.ugent.be/content/index.coffee

3 lines
114 B
CoffeeScript
Raw Normal View History

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