Commit 0e5eca94 authored by Raz0r's avatar Raz0r

also hide reset filters button

parent d755e0ad
......@@ -31,6 +31,7 @@ var AdminFilters = function(element, filtersElement, filterGroups) {
$(this).closest('tr').remove();
if($('.filters tr').length == 0) {
$('button', $root).hide();
$('a[class=btn]', $root).hide();
} 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