From 19e7a76f85c81a3aad0f3d50e7eae08119e19fe5 Mon Sep 17 00:00:00 2001 From: James Cole Date: Sun, 23 Jul 2017 07:32:06 +0200 Subject: [PATCH] Forgot small statement [skip ci] --- public/js/ff/help.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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.'); - }) + }); }