mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-18 18:44:16 +00:00
Forgot small statement [skip ci]
This commit is contained in:
@@ -36,6 +36,7 @@ function showHelp(e) {
|
||||
});
|
||||
$('#reenableGuidance').unbind('click').click(function () {
|
||||
enableGuidance(route, specialPage);
|
||||
return false;
|
||||
});
|
||||
return false;
|
||||
}
|
||||
@@ -45,6 +46,6 @@ function enableGuidance(route, specialPage) {
|
||||
alert(data.message);
|
||||
}).fail(function () {
|
||||
alert('Could not re-enable introduction.');
|
||||
})
|
||||
});
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user