Forgot small statement [skip ci]

This commit is contained in:
James Cole 2017-07-23 07:32:06 +02:00
parent f16a186faf
commit 19e7a76f85
No known key found for this signature in database
GPG Key ID: C16961E655E74B5E

View File

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