Corrected scrollbar issue with backend/users/providers filter results (fixes #173).

This commit is contained in:
Alex Tselegidis 2016-07-16 17:27:03 +02:00
parent 12f82fd688
commit 8c0d8a76cf
1 changed files with 1 additions and 1 deletions

View File

@ -425,7 +425,7 @@
this.filterResults = response;
$('#filter-providers .results').data('jsp').destroy;
$('#filter-providers .results').data('jsp').destroy();
$('#filter-providers .results').html('');
$.each(response, function(index, provider) {
var html = this.getFilterHtml(provider);