mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Fix #962
This commit is contained in:
parent
0e34302898
commit
d30d6b5e19
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});
|
||||
}
|
Loading…
Reference in New Issue
Block a user