From 25ec57824fa3fc37ae533aa5b3e9ff3a51468666 Mon Sep 17 00:00:00 2001 From: Lorin Werthen Date: Wed, 29 Jun 2016 21:39:51 +0200 Subject: [PATCH] no cors spoofing --- content/index.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/index.coffee b/content/index.coffee index 1421978..a081956 100644 --- a/content/index.coffee +++ b/content/index.coffee @@ -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) ->