Commit 7c911284 authored by Paul Brown's avatar Paul Brown

Update filters.js

Oops, "Reset Filters" button needs to stay.
parent a51f324d
......@@ -31,7 +31,7 @@ var AdminFilters = function(element, filtersElement, filterGroups) {
$(this).closest('tr').remove();
if($('.filters tr').length == 0) {
$('button', $root).hide();
$('#filter_form div a').hide();
$('a[class=btn]', $root).hide();
$('.filters tbody').remove();
} else {
$('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