This commit is contained in:
James Cole 2017-11-03 06:57:46 +01:00
parent 0e34302898
commit d30d6b5e19
No known key found for this signature in database
GPG Key ID: C16961E655E74B5E

View File

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