Skip to content

Commit

Permalink
Finished upating schedule for now
Browse files Browse the repository at this point in the history
  • Loading branch information
ani300 committed Feb 21, 2016
1 parent c23ae4c commit 42b59c1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/data/events.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion src/scripts/live.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 42b59c1

Please # to comment.