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