Code cleanup.

This commit is contained in:
James Cole
2018-04-02 14:17:11 +02:00
parent 4cea5d65a6
commit f96f38b172
44 changed files with 87 additions and 100 deletions

View File

@@ -127,6 +127,5 @@ function getBalanceBox() {
$('#box-balance-list').html(current + '<span title="' + string + '">' + string + '</span>' + '<br>');
count++;
}
return;
});
}

View File

@@ -83,8 +83,6 @@ function selectsDifferentSource() {
$('.currency-option[data-id="' + sourceCurrency + '"]').click();
$('[data-toggle="dropdown"]').parent().removeClass('open');
$('select[name="source_account_id"]').focus();
return;
}
/**
@@ -107,8 +105,6 @@ function selectsDifferentDestination() {
$('.currency-option[data-id="' + destinationCurrency + '"]').click();
$('[data-toggle="dropdown"]').parent().removeClass('open');
$('select[name="destination_account_id"]').focus();
return;
}