mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Search improvements.
This commit is contained in:
2
public/v1/js/ff/search/index.js
vendored
2
public/v1/js/ff/search/index.js
vendored
@@ -39,8 +39,6 @@ function searchFailure() {
|
||||
|
||||
function presentSearchResults(data) {
|
||||
$('.search_ongoing').hide();
|
||||
$('p.search_count').show();
|
||||
$('span.search_count').text(data.count);
|
||||
$('.search_box').find('.overlay').remove();
|
||||
$('.search_results').html(data.html).show();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user