mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-12-05 04:21:40 +00:00
Lots of cleaning up.
This commit is contained in:
@@ -45,7 +45,6 @@ function searchRelatedTransactions(e, ID) {
|
||||
$.post('related/search/' + ID, {searchValue: searchValue}).success(function (data) {
|
||||
// post each result to some div.
|
||||
$('#relatedSearchResults').empty();
|
||||
// TODO this is the worst.
|
||||
|
||||
$.each(data, function (i, row) {
|
||||
var tr = $('<tr>');
|
||||
|
||||
Reference in New Issue
Block a user