mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Implement #803
This commit is contained in:
@@ -37,6 +37,7 @@ $(document).ready(function () {
|
||||
|
||||
// when user selects different currency,
|
||||
$('.currency-option').on('click', selectsForeignCurrency);
|
||||
$('#ffInput_description').focus();
|
||||
});
|
||||
|
||||
/**
|
||||
@@ -84,6 +85,7 @@ function updateDescription() {
|
||||
$.getJSON('json/transaction-journals/' + what).done(function (data) {
|
||||
$('input[name="description"]').typeahead('destroy').typeahead({source: data});
|
||||
});
|
||||
$('#ffInput_description').focus();
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user