Forgot small statement [skip ci]

This commit is contained in:
James Cole
2017-07-23 07:32:06 +02:00
parent f16a186faf
commit 19e7a76f85

View File

@@ -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.');
}) });
} }