|
|
@@ -246,7 +246,8 @@ $(document).ready(function(){
|
|
246
|
246
|
$('.tags_prompt input.clear, a.filter_clear_url').live("click", function(){
|
|
247
|
247
|
$('img.elements_more_loader').show();
|
|
248
|
248
|
$('ul.elements').html('');
|
|
249
|
|
- form = $(this).parent('div').parent('form');
|
|
|
249
|
+
|
|
|
250
|
+ form = $('form[name="search"]');
|
|
250
|
251
|
remove_tags(form.attr('name'));
|
|
251
|
252
|
form.submit();
|
|
252
|
253
|
});
|