diff --git a/public/js/ff/help.js b/public/js/ff/help.js index 2bb4b9e530..83456b80a8 100644 --- a/public/js/ff/help.js +++ b/public/js/ff/help.js @@ -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.'); - }) + }); }