Commit 28b936b4b0a644e520a4450661aa6106d28980d6
1 parent
dfb77ac5
Lemma filter loading minor fix.
Showing
1 changed file
with
1 additions
and
1 deletions
dictionary/static/js/lemma_grid.js
... | ... | @@ -155,7 +155,7 @@ $(function(){ |
155 | 155 | $('#search-panel-dialog').dialog( "option", "title", "Sortowanie haseł:" ).load(ajax_sort_form).dialog('open'); |
156 | 156 | }); |
157 | 157 | $("#filter-button").click(function(e){ |
158 | - $('#search-panel-dialog').dialog( "option", "title", "Filtrowanie haseł:" ).load(ajax_filter_form).dialog('open'); | |
158 | + $('#search-panel-dialog').empty().dialog( "option", "title", "Filtrowanie haseł:" ).load(ajax_filter_form).dialog('open'); | |
159 | 159 | }); |
160 | 160 | |
161 | 161 | $("#show-columns-button").click(function(){ |
... | ... |