From d30d6b5e1982ff5f1c58be6fafa40c30026c7069 Mon Sep 17 00:00:00 2001 From: James Cole Date: Fri, 3 Nov 2017 06:57:46 +0100 Subject: [PATCH] Fix #962 --- public/js/ff/intro/intro.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/js/ff/intro/intro.js b/public/js/ff/intro/intro.js index 8c3a010125..d4406076fa 100644 --- a/public/js/ff/intro/intro.js +++ b/public/js/ff/intro/intro.js @@ -42,5 +42,5 @@ function setupIntro(steps) { } function reportIntroFinished() { - $.getJSON(routeForFinishedTour); + $.post(routeForFinishedTour, {_token:token}); } \ No newline at end of file