From e7829ecc38a74fd6c98a21bf20d687dd45381963 Mon Sep 17 00:00:00 2001 From: James Cole Date: Wed, 17 Jan 2018 14:26:31 +0100 Subject: [PATCH] Committed bad help JS. [skip ci] --- public/js/ff/help.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/js/ff/help.js b/public/js/ff/help.js index f7c3933c2b..5ad4465497 100644 --- a/public/js/ff/help.js +++ b/public/js/ff/help.js @@ -36,7 +36,7 @@ function showHelp(e) { $('#helpBody').html(''); $('#helpModal').modal('show'); $('#helpTitle').html(helpPageTitle); - $.getJSON('helpx/' + encodeURI(route)).done(function (data) { + $.getJSON('help/' + encodeURI(route)).done(function (data) { $('#helpBody').html(data.html); }).fail(function () { $('#helpBody').html('

' + noHelpForPage + '

');