mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-11-18 15:39:50 +00:00
Replace icons.
This commit is contained in:
2
public/v1/js/ff/accounts/reconcile.js
vendored
2
public/v1/js/ff/accounts/reconcile.js
vendored
@@ -196,7 +196,7 @@ function calculateBalanceDifference() {
|
||||
function getTransactionsForRange() {
|
||||
console.log('in getTransactionsForRange()');
|
||||
// clear out the box:
|
||||
$('#transactions_holder').empty().append($('<p>').addClass('text-center').html('<i class="fa fa-fw fa-spin fa-spinner"></i>'));
|
||||
$('#transactions_holder').empty().append($('<p>').addClass('text-center').html('<span class="fa fa-fw fa-spin fa-spinner"></span>'));
|
||||
var uri = transactionsUri.replace('%start%', $('input[name="start_date"]').val()).replace('%end%', $('input[name="end_date"]').val());
|
||||
var index = indexUri.replace('%start%', $('input[name="start_date"]').val()).replace('%end%', $('input[name="end_date"]').val());
|
||||
window.history.pushState('object or string', "Reconcile account", index);
|
||||
|
||||
Reference in New Issue
Block a user