mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-11-11 12:18:08 +00:00
Fix #1061
This commit is contained in:
2
public/js/ff/help.js
vendored
2
public/js/ff/help.js
vendored
@@ -50,7 +50,7 @@ function showHelp(e) {
|
||||
}
|
||||
|
||||
function enableGuidance(route, specialPage) {
|
||||
$.post('json/intro/enable/' + route + '/' + specialPage).done(function (data) {
|
||||
$.post('json/intro/enable/' + route + '/' + specialPage, {_token: token}).done(function (data) {
|
||||
alert(data.message);
|
||||
}).fail(function () {
|
||||
alert('Could not re-enable introduction.');
|
||||
|
||||
Reference in New Issue
Block a user