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