mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-10 06:32:05 +00:00
Code clean up.
This commit is contained in:
2
public/js/ff/transactions/show.js
vendored
2
public/js/ff/transactions/show.js
vendored
@@ -30,7 +30,7 @@ $(function () {
|
||||
source: data,
|
||||
autoSelect: true
|
||||
});
|
||||
$input.change(function() {
|
||||
$input.change(function () {
|
||||
var current = $input.typeahead("getActive");
|
||||
if (current) {
|
||||
// Some item from your model is active!
|
||||
|
Reference in New Issue
Block a user