mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-30 02:26:58 +00:00
Push some stuff over get, not post.
This commit is contained in:
2
public/js/ff/intro/intro.js
vendored
2
public/js/ff/intro/intro.js
vendored
@@ -30,5 +30,5 @@ function setupIntro(steps) {
|
||||
}
|
||||
|
||||
function reportIntroFinished() {
|
||||
$.post(routeForFinishedTour);
|
||||
$.getJSON(routeForFinishedTour);
|
||||
}
|
Reference in New Issue
Block a user