mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Fix #962
This commit is contained in:
2
public/js/ff/intro/intro.js
vendored
2
public/js/ff/intro/intro.js
vendored
@@ -42,5 +42,5 @@ function setupIntro(steps) {
|
||||
}
|
||||
|
||||
function reportIntroFinished() {
|
||||
$.getJSON(routeForFinishedTour);
|
||||
$.post(routeForFinishedTour, {_token:token});
|
||||
}
|
Reference in New Issue
Block a user