no cors spoofing

This commit is contained in:
Lorin Werthen 2016-06-29 21:39:51 +02:00
parent 476889759d
commit 25ec57824f

View file

@ -1,4 +1,4 @@
$.getJSON 'http://cors.io/?u=https://zeus.ugent.be/game/top4/show.json', (data) ->
$.getJSON 'https://zeus.ugent.be/game/top4/show.json', (data) ->
$('#top-coder-name').text(data[0].github_name)
$.get 'https://api.github.com/orgs/ZeusWPI/events', (data) ->