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