Commit a51f324d authored by Paul Brown's avatar Paul Brown

Update filters.js

parent cf611fcc
...@@ -31,7 +31,7 @@ var AdminFilters = function(element, filtersElement, filterGroups) { ...@@ -31,7 +31,7 @@ var AdminFilters = function(element, filtersElement, filterGroups) {
$(this).closest('tr').remove(); $(this).closest('tr').remove();
if($('.filters tr').length == 0) { if($('.filters tr').length == 0) {
$('button', $root).hide(); $('button', $root).hide();
$('a[class=btn]', $root).hide(); $('#filter_form div a').hide();
$('.filters tbody').remove(); $('.filters tbody').remove();
} else { } else {
$('button', $root).show(); $('button', $root).show();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment