mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-20 11:19: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 () {
|
$('#reenableGuidance').unbind('click').click(function () {
|
||||||
enableGuidance(route, specialPage);
|
enableGuidance(route, specialPage);
|
||||||
|
return false;
|
||||||
});
|
});
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
@@ -45,6 +46,6 @@ function enableGuidance(route, specialPage) {
|
|||||||
alert(data.message);
|
alert(data.message);
|
||||||
}).fail(function () {
|
}).fail(function () {
|
||||||
alert('Could not re-enable introduction.');
|
alert('Could not re-enable introduction.');
|
||||||
})
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user