This commit is contained in:
James Cole
2017-12-20 20:07:57 +01:00
parent 62a4af8607
commit 36c8275f5e
8 changed files with 9 additions and 8 deletions

View File

@@ -50,7 +50,7 @@ function showHelp(e) {
}
function enableGuidance(route, specialPage) {
$.post('json/intro/enable/' + route + '/' + specialPage).done(function (data) {
$.post('json/intro/enable/' + route + '/' + specialPage, {_token: token}).done(function (data) {
alert(data.message);
}).fail(function () {
alert('Could not re-enable introduction.');