This commit is contained in:
James Cole
2017-11-03 06:57:46 +01:00
parent 0e34302898
commit d30d6b5e19

View File

@@ -42,5 +42,5 @@ function setupIntro(steps) {
}
function reportIntroFinished() {
$.getJSON(routeForFinishedTour);
$.post(routeForFinishedTour, {_token:token});
}