Push some stuff over get, not post.

This commit is contained in:
James Cole
2017-10-20 20:23:45 +02:00
parent b6add99654
commit 72cf4c26f2
3 changed files with 5 additions and 4 deletions

View File

@@ -30,5 +30,5 @@ function setupIntro(steps) {
}
function reportIntroFinished() {
$.post(routeForFinishedTour);
$.getJSON(routeForFinishedTour);
}