Skip to content

Commit

Permalink
file is .html not .json
Browse files Browse the repository at this point in the history
  • Loading branch information
JohanWinther committed Oct 2, 2017
1 parent fd9fe03 commit 904475e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/js/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ function setData(data) {
});

// Get about data from JSON file
$("section#about").load('/resources/data/about.json');
$("section#about").load('/resources/data/about.html');

runActivityFun(); // Start activity list updater
$("section.activity").slideDown(1000);
Expand Down

0 comments on commit 904475e

Please sign in to comment.