Replace icons.

This commit is contained in:
James Cole
2021-06-11 19:50:05 +02:00
parent 460161d9a5
commit e9f2d6b5ea
93 changed files with 547 additions and 547 deletions

View File

@@ -33,7 +33,7 @@ function showHelp(e) {
if (typeof specialPage === 'undefined') {
specialPage = '';
}
$('#helpBody').html('<i class="fa fa-refresh fa-spin"></i>');
$('#helpBody').html('<span class="fa fa-refresh fa-spin"></span>');
$('#helpModal').modal('show');
$('#helpTitle').html(helpPageTitle);
$.getJSON('help/' + encodeURI(route)).done(function (data) {