mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-05 03:52:59 +00:00
Various code cleanup.
This commit is contained in:
@@ -13,7 +13,6 @@ $(document).ready(function () {
|
||||
|
||||
// destination account names:
|
||||
if ($('input[name^="destination_account_name["]').length > 0) {
|
||||
console.log('multi dest account');
|
||||
$.getJSON('json/expense-accounts').done(function (data) {
|
||||
$('input[name^="destination_account_name["]').typeahead({source: data});
|
||||
});
|
||||
|
Reference in New Issue
Block a user