mirror of
https://github.com/alextselegidis/easyappointments.git
synced 2024-11-10 10:02:33 +03:00
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;
|
||||
|
||||
$('#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);
|
||||
|
|
Loading…
Reference in a new issue