mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-20 03:10:57 +00:00
Add JSHint stuff. [skip ci]
This commit is contained in:
@@ -28,7 +28,7 @@ $(document).ready(function () {
|
||||
});
|
||||
}
|
||||
|
||||
if ($('input[name="description"]').length > 0 && what != undefined) {
|
||||
if ($('input[name="description"]').length > 0 && what !== undefined) {
|
||||
$.getJSON('json/transaction-journals/' + what).success(function (data) {
|
||||
$('input[name="description"]').typeahead({source: data});
|
||||
});
|
||||
|
Reference in New Issue
Block a user