mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-16 18:25:00 -06:00
Committed bad help JS. [skip ci]
This commit is contained in:
parent
529bdafa31
commit
e7829ecc38
2
public/js/ff/help.js
vendored
2
public/js/ff/help.js
vendored
@ -36,7 +36,7 @@ function showHelp(e) {
|
||||
$('#helpBody').html('<i class="fa fa-refresh fa-spin"></i>');
|
||||
$('#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('<p class="text-danger">' + noHelpForPage + '</p>');
|
||||
|
Loading…
Reference in New Issue
Block a user