mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-11-15 14:18:19 +00:00
3 lines
129 B
JavaScript
3 lines
129 B
JavaScript
|
|
$.getJSON('accounts/beneficiaries').success(function (data) {
|
||
|
|
$('input[name="beneficiary"]').typeahead({ source: data });
|
||
|
|
});
|