Skip to content
This repository was archived by the owner on Sep 19, 2018. It is now read-only.

Commit 94adef6

Browse files
committed
Merge pull request #319 from goranche/split_json
ooops
2 parents 8ea2bb7 + 660e323 commit 94adef6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

static/js/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ var Codeweek = window.Codeweek || {};
233233
$(function () {
234234
// Initialize map on front page
235235
google.maps.event.addDomListener(window, 'load', function () {
236-
var ajaxURL = "/api/evednt/list/?format=json";
236+
var ajaxURL = "/api/event/list/?format=json";
237237
if (past == "yes")
238238
ajaxURL = ajaxURL + "&past=yes"
239239

0 commit comments

Comments
 (0)