mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-30 10:33:30 +00:00
Replace icons.
This commit is contained in:
2
public/v1/js/ff/help.js
vendored
2
public/v1/js/ff/help.js
vendored
@@ -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) {
|
||||
|
Reference in New Issue
Block a user