mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-19 02:52:44 +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() {
|
function reportIntroFinished() {
|
||||||
$.getJSON(routeForFinishedTour);
|
$.post(routeForFinishedTour, {_token:token});
|
||||||
}
|
}
|
Reference in New Issue
Block a user