diff --git a/src/data/events.json b/src/data/events.json index b52b0537..437b2dce 100644 --- a/src/data/events.json +++ b/src/data/events.json @@ -130,7 +130,7 @@ "title": "Showers", "place": "Esports UPC", "begin": "2016-02-21 09:00:00", - "end": "2016-02-21 12:00:00" + "end": "2016-02-21 11:30:00" }, { "title": "Hack Submissions", diff --git a/src/scripts/live.js b/src/scripts/live.js index a224dbc5..2a82a0d8 100644 --- a/src/scripts/live.js +++ b/src/scripts/live.js @@ -90,7 +90,7 @@ function ajaxFailed (xhr, status, errorThrown) { } $.ajax({ - url: '/assets/data/events.json?v3', + url: '/assets/data/events.json?v4', type: 'GET', dataType : 'json', success: parseEventData,