This commit is contained in:
James Cole
2023-03-11 05:50:10 +01:00
parent 258dfb3d11
commit 38624442d1
4 changed files with 12 additions and 11 deletions

View File

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