Corrected scrollbar issue with backend/users/providers filter results (fixes #173).
This commit is contained in:
parent
12f82fd688
commit
8c0d8a76cf
1 changed files with 1 additions and 1 deletions
|
@ -425,7 +425,7 @@
|
||||||
|
|
||||||
this.filterResults = response;
|
this.filterResults = response;
|
||||||
|
|
||||||
$('#filter-providers .results').data('jsp').destroy;
|
$('#filter-providers .results').data('jsp').destroy();
|
||||||
$('#filter-providers .results').html('');
|
$('#filter-providers .results').html('');
|
||||||
$.each(response, function(index, provider) {
|
$.each(response, function(index, provider) {
|
||||||
var html = this.getFilterHtml(provider);
|
var html = this.getFilterHtml(provider);
|
||||||
|
|
Loading…
Reference in a new issue